Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass an internal table into MASTERIDOC_CREATE_REQ_MATMAS FM

former_member835507
Discoverer
0 Kudos

Hi guys i have to access internal table records inside the standard FM MASTERIDOC_CREATE_REQ_MATMAS since it is standard i can not declare import export parameters in it. Internal table is there in main program and in that program FM is declared. So how to access those table records inside the source code of FM. Plz provide some suggestions.

2 REPLIES 2

Pradeep_Reddy
Participant
0 Kudos

Hi satish,

Use field symbols or if any implicit enhancement available do import and export keyword from source code to FM.

0 Kudos

Hi Pradeep,

Implicit enhancements is there but i am confused where to write logic in implicit or explicit enhancement.

In implicit enhancement where to write the code i am not getting. How to use import export means i have to write

in code section or in import export declaration of FM.