When trying to open a contract from a program I am facing problem.
The Transaction is VA43 for which I write the following lines:
SET PARAMETER ID 'AUN' FIELD lv_vbeln.
CALL TRANSACTION 'VA43' AND SKIP FIRST SCREEN.
where lv_vbeln is defined :
DATA: lv_vbeln LIKE vbak-vbeln
MY PROBLEM is that VA43 doesnt get the value I sent it. Even checked in Debug. Pl. let me know what should be done.