Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
amol_samte
Contributor
44,606

Hi All,

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.

Before moving forward let's see an overview of AMDP and other intresting stuff is

here,

ABAP Managed Database Procedures - Introduction

Accessing tables from different schema through AMDP.

Call AMDP(ABAP Managed Database Procedure) Inside AMDP Method

Scenario :- 1.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 :

AMDP Implementation :

Calling AMDP In Program :

Output :

Hope this will help,

Thanks & Regards,

Amol.

8 Comments
Labels in this area