cancel
Showing results for 
Search instead for 
Did you mean: 

output type determination of sales order

Former Member
0 Kudos

Hi Experts,

one output type(eg:ZB01) is expected to be triggerred when SO is created.

i checked customizing config and got below:

1,assign output determinaiton procedures-Allocate sales document header:

sales doc type-ZORD;output procedure-Z10000;output Type ZB00.

2,maintain output determination procedure-control data:

step-1; condtion type-ZB00; requirement-907;

step-20; conditon type-ZB01;requirement-907;

step-30; condition type-zb02; requirement-944;

when i tried to create sales order via va01 with sales doc type ZORD, no output type was triggered. and i also checked value of sy-subrc in requirement routine 907, it is always 0.

i am not fimiliar with customizing config . can you please kindly suggest if any other config with the output type determination need to be checked.

thanks advance.

Yimeng

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

http://wiki.sdn.sap.com/wiki/display/ERPLO/outputdeterminationusingconditiontechnique

or

DEBUGG - the same with an ABAPER.

hope this clears your issue.

balajia

sridhar_v
Active Contributor
0 Kudos

Hi,

For Output determination the condition technique has to be followed.

1) Maintain Output condition table -V/57

2)maintain Access sequence

3)Maintain Output condition type-V-30

4)Maintain Output determination procedure

5)Maintain condition records in VV11

Besides you should also assign the Output types to Partner function

Assign Output det.pro to sales document header & sales document type (eg: OR)-V/43

Assign Output det.pro to Item category-V/69

The condition types for Output in your case is BA00(standard).

Have you done all these ?

I hope this would be helpful for you.

Saplinx

jignesh_mehta3
Active Contributor
0 Kudos

Hello Yimeng,

Have you maintained Condition Records for your Output Type?

Use: T-Code VV11 & create Condition Records for required Output Type.

The Output Type can directly flow in Sales Documents, provided you have maintained the valid condition records (Just like Pricing).

Hope this helps,

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Hi

Use Tcode : VV11, VV21, and VV31 for SO ,Dlv and billing for maintain the condition record for your condtype/access.

Rgds

Rheya