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

Get Parametter ID

Former Member
0 Likes
642

Hi All,

I am doing settelement for the internal order using the t.code ko88.when i run the KO88 Transaction i am giving the settelment period and press excute button.

I have created one Implicit enchancement for my requirement In that place i didn't get the Settlement Period value what i entered in ko88 t.code. So, I have written Get Parametter id to get the settelment period. it was working fine. when i run t.code ko88.

But Some cases they are runing in background jobs to do the settelment for the internal order using the program "RKO7KO8G". In the selection screen they are passing the settlement period. The parametter value is '74P' as same value as KO88 settelment parametter id '74P'. but when run in background jobs my implicit encahncement is calling but,get parametter id statement is failing the sy-subrc is returning '4'.

Can you please suggest how i can solve the problem.

Thanks,

Dhina..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

Hi Dhina,

You can export the variable to memeory in an another enhancement where it is available and import it in instead of using GET PARAMETER?

Use EXPORT/IMPORT FROM MEMORY ID.

Regards,

Priyanka

Hi All,

I am doing settelement for the internal order using the t.code ko88.when i run the KO88 Transaction i am giving the settelment period and press excute button.

I have created one Implicit enchancement for my requirement In that place i didn't get the Settlement Period value what i entered in ko88 t.code. So, I have written Get Parametter id to get the settelment period. it was working fine. when i run t.code ko88.

But Some cases they are runing in background jobs to do the settelment for the internal order using the program "RKO7KO8G". In the selection screen they are passing the settlement period. The parametter value is '74P' as same value as KO88 settelment parametter id '74P'. but when run in background jobs my implicit encahncement is calling but,get parametter id statement is failing the sy-subrc is returning '4'.

Can you please suggest how i can solve the problem.

Thanks,

Dhina..

3 REPLIES 3
Read only

Former Member
0 Likes
604

Hi Dhina,

You can export the variable to memeory in an another enhancement where it is available and import it in instead of using GET PARAMETER?

Use EXPORT/IMPORT FROM MEMORY ID.

Regards,

Priyanka

Read only

0 Likes
603

Hi Priyanka,

Yeah I know that is there any otherway is there to succed?

Thanks,

Dhina..

Read only

0 Likes
603

Hi,

If you have checked correctly that the variable is not available at all in your enhancement then, I do not see any issue in using memory.

Can you explain why you do not wish to use memory options?

Regards,

Priyanka