2010 Jun 21 8:41 PM
Hi all,
I have to perform following substitution :
to replace Posting Date/Debit Date with Document Date for CO Commitment Items
a. Perquisite: if COBL-BWTAR = '22'
b. Then Replace Debit Date (COOI- BUDAT) with Document Date (COOI- BLDAT)
I copied RGGBS000 to ZGGBS000 .
I also created the exit :
exits-name = 'U301'.
exits-param = c_exit_param_none.
exits-title = test.
APPEND exits.
Kindly let m know how to code inside it ,as only tables in mentioned in program are :
TABLES: BKPF, " ANY SYSTEM THAT "wms092357
BSEG, " HAS 'FI' INSTALLED "wms092357
COBL, "wms092357
CSKS, "wms092357
ANLZ, "wms092357
GLU1.
so will i get COOI data in exit ?
Thanks,
2010 Jun 24 10:17 AM
Hi,
Try changing the Coding block structure COBL, in your case COBL-BUDAT & COBL-BLDAT..Guess this should post the entries to the table COOI.
Regards,
Afsar
Hi all,
I have to perform following substitution :
to replace Posting Date/Debit Date with Document Date for CO Commitment Items
a. Perquisite: if COBL-BWTAR = '22'
b. Then Replace Debit Date (COOI- BUDAT) with Document Date (COOI- BLDAT)
I copied RGGBS000 to ZGGBS000 .
I also created the exit :
exits-name = 'U301'.
exits-param = c_exit_param_none.
exits-title = test.
APPEND exits.
Kindly let m know how to code inside it ,as only tables in mentioned in program are :
TABLES: BKPF, " ANY SYSTEM THAT "wms092357
BSEG, " HAS 'FI' INSTALLED "wms092357
COBL, "wms092357
CSKS, "wms092357
ANLZ, "wms092357
GLU1.
so will i get COOI data in exit ?
Thanks,
2010 Jun 24 10:17 AM
Hi,
Try changing the Coding block structure COBL, in your case COBL-BUDAT & COBL-BLDAT..Guess this should post the entries to the table COOI.
Regards,
Afsar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |