2010 Sep 11 7:36 PM
hi,
i have a list of PO as outout thru write statement(classical).i wamt to open me23n with the double click on that particular po.
how could i do this? answer with full code.
hi,
i have a list of PO as outout thru write statement(classical).i wamt to open me23n with the double click on that particular po.
how could i do this? answer with full code.
2010 Sep 11 8:34 PM
Hello
After capture the number of the PO do the following
SET PARAMETER ID 'BES' FIELD <n° of the PO>
CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
Hope it helps
Kleber Santos
2010 Sep 12 4:10 PM
thanks for reply.
but my question is i wamt to open me23n with the double click on that particular po after i diaplay it thru write statemnt as output.
here i needs to call me23n after clicking on po number in output.
2010 Sep 12 4:16 PM
its simple.. use at line-selection event and call transaction .
2010 Sep 12 4:34 PM
Hi,
You can use the Event At Line-Selection and call the transaction skipping the first screen.
regards,
Satyam
2010 Sep 12 4:41 PM
using at line-selection event and call transaction , only the last po is called irrespective of clicking on any po from list.
i want to call onlt that po on which i double click.
my code : LOOP AT it_poh .
WRITE 😕 it_poh-ebeln.
ENDLOOP.
ENDIF.
AT LINE-SELECTION.
f = it_poh-ebeln.
SET PARAMETER ID 'BES' FIELD f.
CALL TRANSACTION 'ME23N'.
2010 Sep 12 4:56 PM
2010 Sep 11 8:37 PM
You need to use Interactive List with [HIDE technique|http://help.sap.com/saphelp_crm40/helpdata/en/9f/dba42335c111d1829f0000e829fbfe/frameset.htm].
Regards
Marcin
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |