Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Triggering Output Type

Former Member
0 Likes
1,007

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

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
819

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>

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
820

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>

Read only

0 Likes
819

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