Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report SDD1

Former Member
0 Likes
1,115

what functional module has been used in standard report SDD1??? Can anyone give me the complete code of the report???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
895

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???

4 REPLIES 4
Read only

Former Member
0 Likes
895

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

Read only

Former Member
0 Likes
896

i dont know function modules ,but it comes from table VAKPA and view VBAKUK( vbak+vbuk)

Read only

Former Member
0 Likes
895

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,

Read only

Former Member
0 Likes
895

its helped. thanks!