‎2009 Mar 30 1:46 PM
Hi Guys,
There is a requirement where a value exists in a Badi and its method. Now, this value has to be used in the include. Its been asked to use Fucntion pool in order to get this.
I have to Create a Function pool which defines the common areas and then the coding to share them.
Could any1 please help me out or throw light on this as to how do i go about accomplishing this.
Thanks & Regards!!
‎2009 Mar 30 1:54 PM
well a BAPI is technically nothing else that a FM. So if your value is beeing declared global in the function pool inm which the BAPI is, you can access it through any other FM in that pool.
I hope i understood you problem and could help a bit.
‎2009 Mar 30 3:13 PM
The thing is that the variable A from the method CREATE_MATERIAL must be made available in include ABC by using a designated function module to put be put in method CREATE_MATERIAL and be pulled in include ABC using the function groups own memory buffer.
Could you please help on this.