2012 Dec 19 5:36 AM
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..
2012 Dec 19 5:47 AM
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..
2012 Dec 19 5:47 AM
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
2012 Dec 19 6:30 AM
Hi Priyanka,
Yeah I know that is there any otherway is there to succed?
Thanks,
Dhina..
2012 Dec 19 6:38 AM
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