Application Development 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: 

Error in the o/p generated

Former Member
0 Kudos

Hi,

I have written the code as

set parameter id:'SO_KTANW-LOW' field p_ktansw.

SUBMIT RABEWG_ALV01 using selection-set 'DEFECT' .

the o/p which is getting generated is based on the variant(DEFECT) values but in the variant DEFECT i havent placed any values for ktanw so have the value using set parameter.I need to get the o/p based on ktanw which i have entered.How to get it.Please help

1 ACCEPTED SOLUTION

Former Member
0 Kudos

To save some confusion - 'SO_KTANW-LOW' is not a parameter ID but the screen field on the selection screen of the program you are calling. The data element KTANSW doesn't seem to have a parameter ID in our system so SET won't work.

2 REPLIES 2

Former Member
0 Kudos

To save some confusion - 'SO_KTANW-LOW' is not a parameter ID but the screen field on the selection screen of the program you are calling. The data element KTANSW doesn't seem to have a parameter ID in our system so SET won't work.

0 Kudos

ok thanks a lot.