SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | Sybase ASE Database Platform(BC-DB-SYB) SAP BC

RSSYBCONVDTA SAP ABAP Report - SYB: Defer Table Allocation for Empty Tables







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSSYBCONVDTA. "Basic submit
SUBMIT RSSYBCONVDTA AND RETURN. "Return to original report after report execution complete
SUBMIT RSSYBCONVDTA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SYB: Defer Table Allocation for Empty Tables


INCLUDES used within this REPORT RSSYBCONVDTA

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSSYBCONVDTA or its description.