cancel
Showing results for 
Search instead for 
Did you mean: 

Posting sales order idoc from VA02

Former Member
0 Kudos

Hi all

I need to permit to user to launch the a confirm message idoc directly the VA02/VA03 using the output like for normal sales order print, but SAP don't show the EDI messages in that functionality. Exist a possibility to permit the launch EDI output messages type by the VA02 without use the WE15?

thanks

Davide

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Davide,

normally you can add in VA02 any message to a sales order which is defined in the output determination procedure

that's linked to this order. It's in customizing under basic functions - output control.

And if the message is in the output procedure, in VA02 you can add this type of message and under 'Further Data' you can change the dispatch time to 4 - Send immediatly. Or you could define this in the message - condition.

Beside - i'm just fighting with the point to restrict this , but in the invoice - scenario.

Regards Wolfgang

Former Member
0 Kudos

Hi Wolfgang

Unluckily the message type 6 (EDI) are blocked to appear in the output manual dynpro (that where the user can make the preview of message).

I forced that in the standard:

RV_MESSAGE_DIALOG

DELETE gt_xnast WHERE nacha NE postversand

and nacha NE telefax

and nacha NE MAIL_EXTERN

*{ INSERT 1

and nacha NE EDI "per questo messaggio stampo da interfaccia

*} INSERT

OR aktiv NE space

OR updat EQ const_d

OR updat EQ const_l. " explicit deleted by user

and for block the preview of this mesage type:

LVMSGI01

  • Functioncode for PREVIEW

WHEN 'VIEW'.

  • Check if an entry is marked

CHECK count <> 0.

*{ INSERT 1

check nast-nacha <> '6'. "niente preview per gli edi

*} INSERT

Davide