2008 Dec 30 10:41 AM
what functional module has been used in standard report SDD1??? Can anyone give me the complete code of the report???
2008 Dec 30 10:46 AM
i dont know function modules ,but it comes from table VAKPA and view VBAKUK( vbak+vbuk)
what functional module has been used in standard report SDD1??? Can anyone give me the complete code of the report???
2008 Dec 30 10:46 AM
HI.
you can find youself .Program is SDDORD01.
if you want entire code ,go to se 38 and give program as SDDORD01.
following FM is using in that report prgoram.
call function 'REUSE_ALV_FIELDCATALOG_MERGE'
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE'
CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
CALL FUNCTION 'SD_VBAP_ARRAY_READ_VBELN'
CALL FUNCTION 'RV_CALL_CHANGE_TRANSACTION'
CALL FUNCTION 'SD_VBAP_READ_WITH_VBELN'
CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION'
Following function module for lock object.
CALL FUNCTION 'ENQUEUE_EVVBAKE'
CALL FUNCTION 'DEQUEUE_EVVBAKE'
Regards.
Jay
Edited by: Jay on Dec 30, 2008 11:48 AM
2008 Dec 30 10:46 AM
i dont know function modules ,but it comes from table VAKPA and view VBAKUK( vbak+vbuk)
2008 Dec 30 10:48 AM
For any t-code you can go to System -> Status in the box appearing thereafter you will find the program
name.
For SDD! it is SDDORD01.
There is not any single FM which this report uses. It is rather simple report and you can very well understand it.
Regards,
2008 Dec 30 11:03 AM