2008 Dec 17 6:16 AM
Hi All,
Can any one please give me information about this FM CUKD_GET_CODE
Thanks,
Manish
Hi All,
Can any one please give me information about this FM CUKD_GET_CODE
Thanks,
Manish
2008 Dec 17 6:35 AM
In this FM if you pass the value of internal number KNNUM and the date field it will be system dateas its specified as sy-datum then the corresponding o/p ll be produced.Here is an eg
CALL FUNCTION 'CUKD_GET_CODE'
EXPORTING
KNNUM = L_CUKB-KNNUM
DATE = INT_DATE
IMPORTING
ADZHL = DEPDAT-CUCOUNT
AENNR =
TABLES
CODE_TAB = XCOD_TAB
EXCEPTIONS
NO_REC_FOUND = 1
OTHERS = 2.
L_CUKB LIKE CUKB,
DEPDAT TYPE KBMTI_DEPENDENCY_DATA,
DATA: BEGIN OF XCOD_TAB OCCURS 0.
INCLUDE STRUCTURE KBD_TREE.
DATA: END OF XCOD_TAB.
2008 Dec 17 7:08 AM
Hi,
Go to SE-37 and give Function module name as CUKD_GET_CODE.
It will give you all the attributes regarding this func.module.
Regards:
Alok
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |