Dear All,
I am trying to use BAPI_LIKP_PROCESS_MSG_DIRECT to print a delivery order immediately.
I have set the following fields:
. output device to my printer CNP1
. delivery number to the DO to be printed 1014000433
. Trans_medium set to 1 and output type set to ZLF6
. Sortmessage is set to 1
. Processing is set to 1
I tested the above parameters using test run in SE37 but got no print out. The field of concern is the 'Processing' field - what value must I set to get the DO to print immediately?
Or did I miss out some other fields?
Best Regards,
Junwen
Message was edited by: Junwen Huang
The message you want to print must be generated and mustn't be printed before.
Check in transaction VL03N if there exists a message of output type ZLF6 that has not been processed before.
Menu: Extras - Delivery Output - Header
Another possible reason for your problem:
call BAPI_TRANSACTION_COMMIT after calling BAPI_LIKP_PROCESS_MSG_DIRECT
Regards
Volker
Add a comment