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

RE SET PARAMETER ID

harishaginati
Explorer
0 Likes
1,123

HI GUYS,

Requirement is My report will display list of idocs in basic list and when user clicks on idoc number it should go to we05 with that idoc number and skip first screen...,

what we do normally is this..

SET PARAMETER ID 'DCN' FIELD WA_IDOCS2-DOCNUM.

CALL TRANSACTION 'WE05' AND SKIP FIRST SCREEN.

but strange it's not working at my end ,,, its going to we05 but not carrying parameter value.., i also<b> checked value of WA_IDOCS2-DOCNUM and it is having value..</b>..can you guys try and help me out...,

cheers,

Harish

7 REPLIES 7
Read only

Former Member
0 Likes
1,015

Hi

May be the problem with the parameter ID what you are passing DCN

check it.

Since you says that the value is coming into the field and transaction is alaso called, so that is the only problem.

Reward points if useful

Regards

Anji

Read only

0 Likes
1,015

hi,

u can check this code in your system it self..., everything is fine even if you go to debug mode and look at SAP memory.., there is a value ..but i dont know y when the transaction is called this value is not geting populated

cheers,

Harish

Read only

Former Member
0 Likes
1,015

Hi,

check this code:

SET PARAMETER ID 'DCN' FIELD WA_IDOCS2-DOCNUM-LOW.

CALL TRANSACTION 'WE05' AND SKIP FIRST SCREEN.

i think it solve your problems

Regards

Deepak.

Read only

Former Member
0 Likes
1,014

Hi Harish,

Did you find solution to your porblem? If so please tell me how? Becoz iam facing the same problem with ME23N transaction.

Read only

Former Member
0 Likes
1,014

Harish,

I am stuck with same issue can you suggest some alternative.

Read only

0 Likes
1,014

Hi Ramesh,

I got the solution i had the same problem with me23n transacation. What i did was fetched technical information for my PO by pressing F1 and put the same parameter ID found in the technical information in my SET PARAMETER ID statement and it worked

Read only

0 Likes
1,014

hi,

i guess ME21N doesn't create any problem just check parameter id and set

kool