cancel
Showing results for 
Search instead for 
Did you mean: 

exit function

Former Member
0 Kudos

Hi all:

I'm using exit function.When I create one, I found the import and changing parameters are the same, they are

1. I_AREA = the planning area (Type UPC_Y_AREA ).

2. I_PLEVEL = the planning level (Type UPC_Y_PLEVEL ).

3. I_PACKAGE = the planning package (Type UPC_Y_PACKAGE ).

4. I_METHOD = the planning function (Type UPC_Y_METHOD ).

5. I_PARAM = parameter group of the planning function (Type UPC_Y_PARAM).

6. IT_EXITP = the table of parameter values (Type UPC_YT_EXITP ).

7. ITO_CHASEL = the selection conditions for the planning package (Type UPC_YTO_CHASEL ).

8. ITO_CHA = the characteristics of the planning level (Type UPC_YTO_CHA).

9. ITO_KYF = the key figures of the planning level (Type UPC_YTO_KYF ).

BUT, it's not allowed in se37.What should I do?

Allen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

in BPS0 ,go to planning function type exit , give the function module name and press F1 on that .you will get the detail description about parameter usage.

Answers (0)