Thursday 29 September 2016

Handling Internal-table inside AMDP

While developing AMDP class there must be a situation like how to handle internal table inside AMDP.


Well below is the example for that in short and sweet manner.

Scenario : Suppose you have Airline code(Carrid) and connection number(Connid) in an internal table based on that you need to fetch data from inside AMDP.

Steps : AMDP Definition :

Handling Internal-table inside AMDP

AMDP Implementation :

Handling Internal-table inside AMDP

Calling AMDP In Program :

Handling Internal-table inside AMDP

Output :

Handling Internal-table inside AMDP

Source: scn.sap.com

No comments:

Post a Comment