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

Report should trigger based upon the billing document output type

Former Member
0 Likes
690

Hi All,

I need to develop a Report.This report will be triggered by output type of a particular billing document number.The report will be assigned to this output type as a special function. This output type will be triggered from a back ground schedule jOB.

Please guide me how to achive this???

Hi All,

I need to develop a Report.This report will be triggered by output type of a particular billing document number.The report will be assigned to this output type as a special function. This output type will be triggered from a back ground schedule jOB.

Please guide me how to achive this???

4 REPLIES 4
Read only

Former Member
0 Likes
631

then that particular billing document type will be a hard coded value inthe progam.

If sy-batch eq 'X' and nast-KSCHL = 'XXXX'.

process report .

endif.

Br,

vijay..

Read only

Former Member
0 Likes
631

Go to NACT and set the your program for that particular output type.So once the output type is triggered it will trigger ur report program.

Read only

0 Likes
631

but here how i will get the billing document number and it's output type.

i think by doing the configuration NACE do we get the billing document number.Please confirm?

Read only

0 Likes
631

For a billing document no maintain the document output type from the transaction itself ..

Goto table NAST and check for that document no.

check the document no (OBJKY) and Processing status of message (vstat).

Br,

Vijay.