Skip to Content
0
Former Member
May 06, 2008 at 05:39 AM

Copy control from Sales order to Credit memo-VTAA

607 Views

Hi

We have a below requirement..

While copying from sales order to Credit memo order type,defualt payment terms in credit memo order type should be always change to NT00(payable immdtly due date)

So we had written a routine under sales order copying .VOFM-901

In VTAA we have set 901 instead of 101 under Copying requirements for transferring business data-under change header view..

But while creating sales order type CR with reference to normal sales order,it is not copying the NT00 payment term..

Can u tell us whether any other settings required in VTAA.

Note:We had copied existing 101 to 901 with addition logic -

IF VBAK-AUART = 'CR'.

VBKD-ZTERM = 'NT00'.

ENDIF.

Regards

Sudha