SAP Reports / Programs | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable(IS-PS-CA) SAP IS

FMCA_GENERATE_WD_FORM_GUI SAP ABAP Report - Generate WD component as ISR form UI







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


Transaction Code(s):

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


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


Text pool values


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!


INCLUDES used within this REPORT FMCA_GENERATE_WD_FORM_GUI

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:

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.



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