‎2007 Nov 21 3:40 AM
Hi,
I have a report program which displays all the delivery. If select a delivery and press a print button (customized one), then the delivery has to be printed.
I am using BAPI_LIKP_PROCESS_MSG_DIRECT to print the delivery.
Now the problem is, only when i goto the delivery (VL02N) ->Extras--> delivery output->header and press save, I am able to print the delivery. Else i am getting Error message <b>'No messages for initial processing exist'</b>. I think i need to trigger the output type from the report and then print the delivery using BAPI.
Can any one tell me how to trigger the output type from the report? Is any FM or BAPI available ?
Regards,
Niyaz
‎2007 Nov 21 4:09 AM
Hi Niyaz...
For this req:
You have to
1. Maintain the Condition records in NACE.
2. call the Standard report RSNAST00 from ur Report with all the Required selection criteria.
Eg: Submit RSNAST00 with ...............
<b>reward if Helpful.</b>
‎2007 Nov 21 4:09 AM
Hi Niyaz...
For this req:
You have to
1. Maintain the Condition records in NACE.
2. call the Standard report RSNAST00 from ur Report with all the Required selection criteria.
Eg: Submit RSNAST00 with ...............
<b>reward if Helpful.</b>
‎2007 Nov 21 4:13 AM
Hi,
1. All the condition record are maintained properly.
2. I need to trigger a different smart form for this output type. Hence i can't use the std report. i have configured every thing in NAST transcation.
Thanks for your reply
Regards,
Niyaz