Application Development 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: 

IDOC message type for billing documents

Former Member
0 Kudos
1,835

Hi All

Have a need to export billing items out of SAP. Stumbled over this messagetype <b>SISINV/SISINV01</b>. How to generate the messagetype with standard programs? Are there any standard programs that can generete these (so an abap similar to <b>BD10/RBDSEMAT</b>)?

What customising in SIS covers this?

Cheers

2 REPLIES 2

Jelena_Perfiljeva
Active Contributor
0 Kudos
445

IDoc message type for billing documents (VF03) is INVOIC.

There is no standard program per se, it's transaction data, so you will need to link IDoc to the output or something. Not sure hough what SIS has to do with it...

Former Member
0 Kudos
445

Hi,

The message type for billing document IDOC is INVOIC and the IDOC is INVOIC02.

You configurate the condition for output record using<b> T. Code NACE.</b>

Whever the document is created / changed, based on the configuration, output control can be used to automate subsequent processing of partner-specific messages using different processing options.

Sap supports following processing options:

Medium  Text
------- ------------
1	Print output
2	Fax
4	Telex               
5	External send
6	EDI
7	SAPoffice
8	Special function
9	Events (SAP Business Workflow)
A	Distribution (ALE)
T	Tasks (SAP Business Workflow)

It uses the condition technique to determine what, if any, output is to be produced. The condition technique works by selecting key fields from the document and matching them to condition records you have previously set up. You can also define your custom fields also for condition technique ( using user-exit )

If there is a match, then output is produced.

Refer below given links if you need more information.

http://help.sap.com/saphelp_erp2004/helpdata/en/67/8473289a6511d2b7140000e8160175/frameset.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/c8/19878343b111d1896f0000e8322d00/frameset.htm

Let me know if you need further information.

Regards,

RS