Age: 160 Joined: 04 Oct 2007 Posts: 1218 Location: Санкт-Петербург
Posted: Thu May 27, 2010 11:29 am Post subject: Програмный запуск COR2, COR3
При запуске транзакции COR3 в свойствах поля Process Order
Parameter ID указано 'ANR', хотя в программе заполнение идет из 'BR1'
Code:
*&---------------------------------------------------------------------*
*& Module GET_PARAMETER OUTPUT
*&---------------------------------------------------------------------*
* Starten Batchrezept uber Einsatzplanung - DO-THANH *
*----------------------------------------------------------------------*
MODULE GET_PARAMETER OUTPUT.
IF CAUFVD-AUFNR IS INITIAL.
GET PARAMETER ID 'BR1' FIELD *CAUFVD-AUFNR.
IF NOT *CAUFVD-AUFNR IS INITIAL.
CAUFVD-AUFNR = *CAUFVD-AUFNR.
ENDIF.
ENDIF.
ENDMODULE. " GET_PARAMETER OUTPUT
Поэтому вызов транзакции из программы д. б. таким:
Code:
* SET PARAMETER ID 'ANR' FIELD l_aufnr.
SET PARAMETER ID 'BR1' FIELD l_aufnr.
CALL TRANSACTION 'COR2' AND SKIP FIRST SCREEN.
_________________ Молитва - это запрос разработчику на изменение кода программы.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.