Application Development and Automation 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: 
Read only

BADI

Former Member
0 Likes
348

Hi Guru's,

When I am implementing BADI in Inbound side.I declared two variables as public inthis method PASS_NON_STANDARD_SEGMENT.

I want to pass these data which I am getting in two variables to this FILL_FT_TABLE_USING_DATA_ROWS method .How can we pass data from one method to other method.All these Methods are defined in CUSTOMER_ADD_DATA_BI standard definitin.

2 REPLIES 2
Read only

Former Member
0 Likes
316

In the class declare the variable as public. Then it should be accessable by all the methods.

A

Read only

naimesh_patel
Active Contributor
0 Likes
316

You can make one Funciton module and set some gobal variables of the FM by the variables from the Method.

To retrive in the other method you can read the data throught one more FM which can read the data from FM's Globle variable and set to your methods values

Regards,

Naimesh Patel