FMCA_GENERATE_WD_FORM_GUI 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 FMCA_GENERATE_WD_FORM_GUI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMCA_GEN_WD_FROM_UI - Generate WD form UI for ISR scenario
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.
Generated Object Action Description
Selection Text: P_WDCOMP = D .
Selection Text: P_VER = D .
Selection Text: P_SCEN = D .
Selection Text: P_PHASE = D .
Selection Text: P_KEEPUI = D .
Selection Text: P_EXPRES = Identify Existing Input Fields
Selection Text: P_DELCTX = D .
Title: Generate WD component as ISR form UI
Text Symbol: 014 = Expression is with wrong format, please check F1 help of expression field
Text Symbol: 013 = Update Existing Web Dynpro Component
Text Symbol: 012 = Delete the context of WD component controller
Text Symbol: 011 = Delete the context of WD view controller
Text Symbol: 010 = Basic Parameters
Text Symbol: 009 = Saving WD view controller
Text Symbol: 008 = Saving WD view layout
Text Symbol: 007 = Saving WD component controller
Text Symbol: 006 = Input field was generated and bound to WD context attribute
Text Symbol: 005 = Done
Text Symbol: 004 = Context attribute was generated in the view controller and mapped
Text Symbol: 003 = Context attribute was generated in component controller
Text Symbol: 002 = The WD view does not exist!
Text Symbol: 001 = The WD component does not exist!
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FMCA_ISR_CUST_SCENARIO_GET call function 'FMCA_ISR_CUST_SCENARIO_GET' exporting iv_scenario = p_scen iv_version = p_ver importing es_qisrscenario = gs_scenario.
ISR_CUST_SCENARIO_FIELDS_GET call function 'ISR_CUST_SCENARIO_FIELDS_GET' exporting id_scenario = p_scen id_version = p_ver ib_resolved_structures = 'X' importing et_scenariofld = gt_characteristics exceptions others = 11.
F4_GENERIC call function 'F4_GENERIC' exporting object_type = swbm_c_type_wdy_component importing result = component_name.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = repid dynumb = dynnr tables dynpfields = dynp_fields exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMCA_GENERATE_WD_FORM_GUI - Generate WD component as ISR form UI FMCA_GENERATE_WD_FORM_GUI - Generate WD component as ISR form UI FMCA_GENERATE_MODELS - Form Bundle Enterprise Search Model Generation FMCA_GENERATE_MODELS - Form Bundle Enterprise Search Model Generation FMCA_FPF_VIEW - Subrountines for view and view maintenance for FPF FMCA_FPF_VIEW - Subrountines for view and view maintenance for FPF