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

output types

Former Member
0 Likes
392

Hi all

As soon as user creates inspection lot it should go to XI through idoc. For this i think i need to configure output types.. can anyone give me in detail to create output types for ale/idoc and where to assign this output types

regards

prajith

2 REPLIES 2
Read only

vikrams_chavan
Explorer
0 Likes
353

Go to NACE TCODE ......

First u have to determine the which application area , you willhave to work .then create the output type with program RSNASTED with subroutine ALE_PROCESSING .

assign ur output type to procedure (FOR HEADER LEVEL OR ITEM LEVEL ) .

With Regards ,

Vikram ......

Read only

Former Member
0 Likes
353

Shankar,

First and foremost, identify whether SAP Standard condition types would serve your purpose. If i`m right its <b>AQC1</b>.

If you can handle with the SAP Standard, all you have to do is configure your condition tables and accordingly the condition records. Go to Tcode -- NACE and enter the condition records as per the key criteria.

<i><b>If you had to build from scratch, go to tcode -- VK01.

Configure your output type, access sequence and link your condition type to the standard procedure.</b></i>

<b><i>In the initial screen of VK01, enter B for USAGE and V2 for APPLICATION.</i></b>

Standard SAP Components are :

Output Type -- AQC1

Access Sequence -- 0008 / 0003

Procedure -- v20001

Partner Function -- SH

If you are still unable to configure, hook onto sap help and identify the document for edi configuation. Else, the best document is EDI,ALE&IDOC by Arvind Nagpal. This is the best cook book.

Hope this should serve your need, reward points.

Regards