‎2007 May 25 7:12 AM
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
‎2007 May 25 7:15 AM
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
‎2007 May 25 8:00 AM
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
‎2007 May 25 7:24 AM
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.
‎2007 Jun 14 4:49 PM
Hi Harish,
Did you find solution to your porblem? If so please tell me how? Becoz iam facing the same problem with ME23N transaction.
‎2007 Jun 15 7:40 AM
Harish,
I am stuck with same issue can you suggest some alternative.
‎2007 Jun 19 9:43 AM
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
‎2007 Jun 21 6:27 AM
hi,
i guess ME21N doesn't create any problem just check parameter id and set
kool