SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Web Screen Tools - ABAP(BC-DWB-WD-ABA) SAP BC

WDY_METADATA_API_GENERATOR SAP ABAP Report - Generation Report for Metadata API







WDY_METADATA_API_GENERATOR 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 WDY_METADATA_API_GENERATOR 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 WDY_METADATA_API_GENERATOR. "Basic submit
SUBMIT WDY_METADATA_API_GENERATOR AND RETURN. "Return to original report after report execution complete
SUBMIT WDY_METADATA_API_GENERATOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Generation Report for Metadata API


INCLUDES used within this REPORT WDY_METADATA_API_GENERATOR

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:

SCAN_ABAP_OBJECTS_CLASSES call function 'SCAN_ABAP_OBJECTS_CLASSES' CHANGING sourc_tab = source METHOD_IMPLS = meth_imps vseo_tabs = typeinfo.

SEO_CLIF_ACCESS_PERMISSION call function 'SEO_CLIF_ACCESS_PERMISSION' EXPORTING cifkey = intkey clstype = seoc_clstype_interface mode = seok_access_modify EXCEPTIONS no_access = 1 others = 2.

SEO_BUFFER_INIT CALL FUNCTION 'SEO_BUFFER_INIT'.

SEO_CLIF_FORCE_GENERATION CALL FUNCTION 'SEO_CLIF_FORCE_GENERATION' EXPORTING CIFKEY = intkey.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = percentage TEXT = intkey-clsname.

SEO_INTERFACE_CREATE_F_DATA CALL FUNCTION 'SEO_INTERFACE_CREATE_F_DATA' EXPORTING SAVE = SEOX_FALSE CHANGING INTERFACE = exceptions others = 0.

SEO_CLIF_SAVE_ALL CALL FUNCTION 'SEO_CLIF_SAVE_ALL' EXPORTING CIFKEY = intkey * NO_SECTIONS = SEOX_FALSE * SECTIONS_ONLY = SEOX_FALSE * SUPPRESS_CORR = SEOX_FALSE * SUPPRESS_REFACTORING_ENTRIES = SEOX_FALSE * SUPPRESS_METHOD_GENERATION = SEOX_FALSE * SUPPRESS_PUBSEC_GENERATION = SEOX_FALSE * SUPPRESS_PROSEC_GENERATION = SEOX_FALSE * SUPPRESS_PRISEC_GENERATION = SEOX_FALSE * SUPPRESS_DOCU_DELETE = SEOX_FALSE * SUPPRESS_MODIFICATION_SUPPORT = SEOX_FALSE * DISABLE_MODIFICATION_SUPPORT = SEOX_FALSE * GENERATE_IF_METHODS_INITIAL = SEOX_FALSE * IMPORTING * ERROR_OCCURRED = * PUBLIC_SAVED = * PRIVATE_SAVED = * PROTECTED_SAVED = CHANGING CORRNR = corrnr DEVCLASS = devclass * GENFLAG = EXCEPTIONS NOT_EXISTING = 1 NOTHING_TO_DO = 2 ACCESS_ERROR = 3 DB_ERROR = 4 ERROR_IN_CODE_GENERATION = 5 OTHERS = 6 .

SEO_CLIF_ACCESS_PERMISSION call function 'SEO_CLIF_ACCESS_PERMISSION' EXPORTING cifkey = intkey clstype = seoc_clstype_interface mode = seok_access_free EXCEPTIONS no_access = 1 others = 2.



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 WDY_METADATA_API_GENERATOR or its description.