cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the due date in customer statement using sap script.

Former Member
0 Kudos

How should I change the due date in customer statement..?

Please let me know.

I am using sap script..

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

First determine the window in which the due date appears.

Go to the window editor, and add the logic for the due date-

You can do the coding in the window editor itself

OR

You can have a subroutine (perform statement) in the editor and write the actual form - endform code in another program which gets called for the subroutine.

In the program you add all the logic to do the necessary manipulations on the due date.

Once you are done with the calculations, simply display the variable.

cheers,

Sushil Joshi

Answers (0)