2008 Mar 30 9:18 AM
I had a report in which handling unit is a field. so when i click on handling unit , the user should go the HUMO transaction code skipping first screen. ho wto pass the parameters from the program
2008 Mar 30 9:35 AM
get parameter id of the field you are going to pass.
if parameter id is 'PID', field value is 'FVAL' and tcode is 'TCOD'.
SET PARAMETER ID 'PID' FIELD FVAL.
CALL TRANSACTION 'TCOD' AND SKIP FIRST SCREEN.
to get Prameter id, goto technical setting or screen painter(display mode) where you find PID of the field.
Reward points if helpful.
Regards,
Ashok
I had a report in which handling unit is a field. so when i click on handling unit , the user should go the HUMO transaction code skipping first screen. ho wto pass the parameters from the program
2008 Mar 30 9:28 AM
2008 Mar 30 9:35 AM
get parameter id of the field you are going to pass.
if parameter id is 'PID', field value is 'FVAL' and tcode is 'TCOD'.
SET PARAMETER ID 'PID' FIELD FVAL.
CALL TRANSACTION 'TCOD' AND SKIP FIRST SCREEN.
to get Prameter id, goto technical setting or screen painter(display mode) where you find PID of the field.
Reward points if helpful.
Regards,
Ashok
2008 Mar 30 9:44 AM
I am going to pass handling unit number , it is a select option , so parameter ID cant pass.
Thanks,
2008 Mar 30 10:04 AM
Hi,
Record BDC for HUMO transaction and then pass the handling unit number ,what u do in normal BDC in call transaction mode
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |