‎2007 Dec 07 3:30 PM
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.
‎2007 Dec 07 3:33 PM
In the class declare the variable as public. Then it should be accessable by all the methods.
A
‎2007 Dec 07 3:38 PM
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