SDSAMANA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SDSAMANA into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Notes in Collective Processing Logs
Selection Text: VERSNDST = Shipping point
Selection Text: SMLG_ART = Coll.proc.type
Selection Text: SMLGZAHL = No. of coll. proc.
Selection Text: SAMMGANG = Collective processing
Selection Text: NAME_VST = Shipping point
Selection Text: MANDNT = Client
Selection Text: FEHLZAHL = No. of notes in log
Selection Text: ERFASSER = Collective proc.: User
Selection Text: DATUM = Date
Title: Hit List: Notes in Collective Processing Logs
Text Symbol: 020 = Sched.line
Text Symbol: 019 = Item
Text Symbol: 018 = Document number
Text Symbol: 017 = Note
Text Symbol: 016 = Number
Text Symbol: 015 = Items read
Text Symbol: 014 = Indexes read
Text Symbol: 013 = Item created
Text Symbol: 012 = Doc. created
Text Symbol: 011 = Client
Text Symbol: 010 = Backg
Text Symbol: 009 = Variant
Text Symbol: 008 = Program
Text Symbol: 007 = Time
Text Symbol: 006 = Date
Text Symbol: 005 = Entrd by
Text Symbol: 004 = Shipping point
Text Symbol: 003 = Collective run type
Text Symbol: 002 = Collective run number
Text Symbol: 001 = Total notes
004 Number Message
002 Coll.Proc. User Date Shipping point
001 Total No. of Messages in Collective Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING id = 'NA' object = docobj displ = 'X' langu = sy-langu use_sec_langu = 'X' typ = '2'.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = gc_user_command it_fieldcat = gt_fieldcat_header i_tabname_header = gc_outtab_header i_tabname_item = gc_outtab_item is_keyinfo = gs_key i_save = gc_save TABLES t_outtab_header = gt_header t_outtab_item = gt_items EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = is_list_struct i_internal_tabname = it_list_outtab i_inclname = g_repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = gt_fieldcat_secondary i_save = gc_save is_layout = gs_layout TABLES t_outtab = gt_sec_list EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_struct_sec CHANGING ct_fieldcat = xt_fieldcat_secondary EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.