RSSYBCONVDTA 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 RSSYBCONVDTA 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.
Title: SYB: Defer Table Allocation for Empty Tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB6_WRITE_IN_MULTIPLE_LINES call function 'DB6_WRITE_IN_MULTIPLE_LINES' exporting statement = sql_stmt tables statement_tab = errmsg_tab.
DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'A' tabname = table tables x031L_tab = nametabtab exceptions not_found = 1 no_fields = 2 others = 3.
DD_MAP_NAMETAB_TO_DDFIELDS call function 'DD_MAP_NAMETAB_TO_DDFIELDS' exporting keyfields = abap_true nullable = abap_true tables ddfields = fieldtab x031l_tab = nametabtab exceptions others = 1.
DB_MAP_DDFIELDS call function 'DB_MAP_DDFIELDS' exporting dbsys = sy-dbsys with_string = abap_true tables dbftypes = dbfieldtab ddfields = fieldtab exceptions not_mappable = 1.
DB_CREATE_TABLE_S call function 'DB_CREATE_TABLE_S' exporting dbsys = sy-dbsys no_exec = abap_true prid = 0 progname = '' tabname = table db_check_flag = '' tables ddfields = fieldtab statements = statement_tab exceptions program_not_generated = 1 program_not_written = 2 tparam_source_not_determinated = 3 table_exists = 4 table_not_created = 5 others = 1.
DB_CREATE_TABLE_S call function 'DB_CREATE_TABLE_S' exporting dbsys = sy-dbsys no_exec = abap_true prid = 0 progname = '' tabname = table db_check_flag = '' tables ddfields = fieldtab_for_prkey statements = statement_tab_prkey exceptions program_not_generated = 1 program_not_written = 2 tparam_source_not_determinated = 3 table_exists = 4 table_not_created = 5 others = 1.
DD_TBIX_GET call function 'DD_TBIX_GET' exporting tabl_name = table tables dd12v_tab_a = sec_indexes dd17v_tab_a = sec_indexes_fields exceptions illegal_value = 1 others = 2.
DB_CREATE_INDEX_S call function 'DB_CREATE_INDEX_S' exporting indexname = sec_index-indexname "dbindex = dbindex-name dbsys = sy-dbsys no_exec = abap_true prid = 0 progname = '' tabname = table db_check_flag = '' unique = sec_index-uniqueflag "dbindex-unique tables ddfldnames = ix_fieldtab statements = ix_statement_tab exceptions program_not_generated = 1 program_not_written = 2 table_does_not_exist = 3 storage_not_determinated = 4 others = 5.
DD_INDEX_NAME call function 'DD_INDEX_NAME' exporting indexname = '0' tabname = table importing dbindex = ddic_prkeyname.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSYBCONVDTA - SYB: Defer Table Allocation for Empty Tables RSSYBCONVDTA - SYB: Defer Table Allocation for Empty Tables RSSXRAWGEN - Send a RAW/RAW Test Document in the SAPoffice Inbox RSSXRAWGEN - Send a RAW/RAW Test Document in the SAPoffice Inbox RSSXPGCO - Confirm SAP Commands RSSXPGCO - Confirm SAP Commands