Question:
Hello All,
we are using field exit for internal order. at runtime we are getting G/L code usig GET parameter..so i want to clear that particular parameter..
i am using SET but it is not clearning.
Thanks,
Ravi
Answer:
set parameter id 'XYZ' field ''.
Make sure the parameter id is in uppercase, and you are using the right id.
Answer:
Thanks for your reply.
I am using field_exit_aufnr field exit for internal order fpr tcode F-02.
based on G/L code in F-02 tcode next screen changing. if i enter one G/L code it is coming internal order screen, if i enter another G/L it coming cost centre screen.
in my field exit i am getting input(internal order). if input ne space then i am using get parameter id 'prt' frield saknr.that means whenever i am entering internal order related G/L code at that time only my G/L code should capture..but here intersetingly irrespective of G/L code validations is taking place.
Now what is hapening if i enter first time G/L code which is required internal order field so my g/l code is capturing, in 2 line item i am entering cost center realted G/L code eventhough this time it is capturing my g/L code.
this G/L code is not clearing eventhough i am setting SET parameter id 'PRT' field space.
I have cleared within the exit but it is not clearing..
I want to know where exactly this SET parameter i have to use.
Pls do the needful
Regards,
Ravi