2010 Oct 27 8:51 AM
Hi All,
I have one requirement, in that I have to trigger some standard transactions
for that where should I get, standard Get Set parameters ID's so that I can put user defined values in that Input Output fields.
Regards,
Tushar
Hi All,
I have one requirement, in that I have to trigger some standard transactions
for that where should I get, standard Get Set parameters ID's so that I can put user defined values in that Input Output fields.
Regards,
Tushar
2010 Oct 27 8:55 AM
Hi,
in your standard t-code say ME23 or MIGO
when u click on Input Output screen field and press F1 help in technical information
u will get parameter id's and other useful information as well.
AT LINE-SELECTION.
GET CURSOR FIELD FLD VALUE VAL .
GET CURSOR FIELD FLD VALUE VAL1 .
CASE FLD.
WHEN 'ITAB-EBELN'.
SET PARAMETER ID 'BES' FIELD VAL .
CALL TRANSACTION 'ME23'.
when 'ITAB-MBLNR'.
SET PARAMETER ID 'MBN' FIELD VAL1 .
CALL TRANSACTION 'MIGO'.
ENDCASE.I hope this wil use ful to you.
Rgards,
Ketan..
2010 Oct 27 8:58 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |