FMCA_BRF_GENERATE_XML_REQ_F01 is a standard ABAP INCLUDE 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_BRF_GENERATE_XML_REQ_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'tbrf150' CHANGING ct_fieldcat = p_gt_fieldcat.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-017 * USERDEFINED_F1_HELP = 'CRMT_WR_BRF_SAVE_INFO' IMPORTING answer = lv_answer.
ISR_CUST_SCENARIO_FIELDS_GET CALL FUNCTION 'ISR_CUST_SCENARIO_FIELDS_GET' EXPORTING id_scenario = g_scenario id_version = g_version IMPORTING et_scenariofld = lt_fields.
FKK_BRF_GET_TYPE CALL FUNCTION 'FKK_BRF_GET_TYPE' EXPORTING i_datatype =
-datatype IMPORTING e_resulttype = gs_proposal-result_type.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMCA_BRF_GENERATION_PROPOSAL' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = ut_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE * CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'MSG_TYPE' * CHANGING * ct_fieldcat = lt_fieldcat.
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_BRF_GENERATE_XML_REQ_F01 - FMCABRFGENERATEXMLREQF01 FMCA_BRF_GENERATE_XML_REQ_DEF - FMCABRFGENERATEXMLREQDEF FMCA_BRF_GENERATE_XML_REQUEST - Generate Expressions for Form Fields FMCA_BRF_GENERATE_XML_REQUEST - Generate Expressions for Form Fields FMCA_BRF_GENERATE_XML_CL - FMCABRFGENERATEXMLCL FMCA_BRF_GENERATE_EXPR_DEF - FMCABRFGENERATEEXPRDEF