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 find out Import/Export - Set/Get Parameter

Former Member
0 Kudos

Hi All,

In many BAdi / User Exit - Many IMPORT and SET Parametrs is used eq. IMPORT flag = flag FROM MEMORY ID 'DELT'.

But I unable to find out where this Parameters is EXPORT . Which BAdi or Whic User Exit.

Same things for SET Parametrs .

Regad

DK

1 ACCEPTED SOLUTION

Former Member
0 Kudos

in badi:

when you go inside the method, you can see SIGNATURE button, click that , you can see then import, export parameters.

in userexits:

there will be function module, iin which you can see the import, export parameters,

i hope , i understood your ques.

2 REPLIES 2

Former Member
0 Kudos

in badi:

when you go inside the method, you can see SIGNATURE button, click that , you can see then import, export parameters.

in userexits:

there will be function module, iin which you can see the import, export parameters,

i hope , i understood your ques.

Former Member
0 Kudos

Hi,

One way could be to go in the debugger mode and create break point at statements.

Go into Breakpoints Menu -> BreakPoint at - Statment. Here enter IMPORT or EXPORT or Set or Get as per the requirement.

Code will stop evey time that particular statement is encountered.

Regards,

Pranav.