‎2006 Oct 10 9:26 AM
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
‎2006 Oct 10 9:34 AM
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
‎2006 Oct 10 9:34 AM
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
‎2006 Oct 10 9:47 AM
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