Skip to Content
0
Aug 04, 2008 at 05:04 PM

Abap code for sap exit variables?

42 Views

Hi,

i) Where can I find the abap code for SAP exit variables

OP_KEYDT used for the net due date

OP_KEYD2 used for the posting date

OP_KEYD3 used for the clearing date, which are used in FI AR aging report(0FIAR_C03).

Based on the Net Due Date, which is key date(0NETDUEDATE), entered by the user at runtime, the posting date and celaring date are populated.

II) The problem is we want to simulate a similar scenario, but with key date, which user enters is based on the custom Net Due Date(ZNETDUEDATE).And this date is populated to posting date and clearing date variables.

How do we acheive that.

Thanks.