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

Problem with GET PARAMETER

dhorions
Contributor
0 Likes
410

Hello,

in the transaction PPSS, two parameters are used (POT, P_EVPATH). I don't have these parameters defined in my "own data" screen, but still they are not changeable in the ppss transaction. Is there a way to default SPA/GPA parameters system-wide? How can I reverse this?

Thanks,

Dries

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
384

Hi,

See the Dataelement of those fields whehter the SPA/GPA parameters are there for these 2 fields, if the SAP/GPA parameters there then you can use those ones and pass the values to that variables

Regards

Sudheer

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi,

See the Dataelement of those fields whehter the SPA/GPA parameters are there for these 2 fields, if the SAP/GPA parameters there then you can use those ones and pass the values to that variables

Regards

Sudheer

Read only

Former Member
0 Likes
384

Hello,

In the program RHSTRPF0 they are setting the parameter id as below

set parameter id 'POT' field objec-otype.

if act_int_path_flag is initial.

set parameter id 'P_EVPATH' field wegid.

endif.

Please check whehter the value exists for the fields

objec-otype while setting the same.

Best Regards,

Krishnakumar