cancel
Showing results for 
Search instead for 
Did you mean: 

Outputs

Former Member
0 Kudos

How can i query the output table in R3 to determine which customers currently receive order acknowldgements?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

How can i query the output table in R3 to determine which customers currently receive order acknowldgements?

Information on output type issued for order acknowldgement can be seen in NAST table. You can create a query on NAST with the below details:

Input data:

Application V1

Message type Output type used for order acknowledgement

Output data:

Object Key sales order number

Partner if you have used partner function AG in your output, then directly you can get the customer info here

otherwise select the sales order number and put in VBAK and get sold to.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check the output maser data.

Goto VV12 and click on condition information after entering the Condition type

This will give you list of all the condition information.

Regards

Krishnam Raju

Former Member
0 Kudos

You can use NAST table to get this information.

Application : V1

Object Key : This will give you the sales order number

Partner : This will give you the customer number to whom the order acknowledgment will be sent.