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

Function Pool

Former Member
0 Likes
530

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!!

2 REPLIES 2
Read only

Former Member
0 Likes
467

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.

Read only

0 Likes
467

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.