Hi,
I need to call this transaction ML81N with parameters PO number and PO item.
SET PARAMETER ID 'BES' FIELD wa_po_details-ebeln.
SET PARAMETER ID 'BSP' FIELD wa_po_details-ebelp.
CALL TRANSACTION 'ML81N' AND SKIP FIRST SCREEN.
The transaction is called but without the parameters.
Is there any way that my transaction is called with parameters.
Any FM etc?
Thank u