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

How to clear GET Parameter?

former_member526144
Active Contributor
0 Likes
859

Hi,

I am using internal order exit for tcode F-02.get parameter using for getting the G/L code.how to refresh GET parameter at runtime.i am using SET parameter but it is not working..

pls advise me.

Regards,

Ravi

Hi,

I am using internal order exit for tcode F-02.get parameter using for getting the G/L code.how to refresh GET parameter at runtime.i am using SET parameter but it is not working..

pls advise me.

Regards,

Ravi

5 REPLIES 5
Read only

Former Member
0 Likes
809

Hi,

Pass the parameter <b>SPACE</b> to the Parameter ID. Thats the only way you can clear it.

Reward if helpful.

Rgds

Read only

0 Likes
809

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

Read only

Former Member
0 Likes
809

Eg:

SET PARAMETER ID 'Y_PID' FIELD SPACE.

Kind Regards

Eswar

Read only

abdul_hakim
Active Contributor
0 Likes
809

Hi,

use below syntax...

<b>SET PARAMETER ID 'YOUR PARAMETER ID' FIELD SPACE.</b>

Cheers,

Abdul Hakim

Read only

former_member526144
Active Contributor
0 Likes
809

Resolved.