SAP Reports / Programs

FMCA_BRF_GENERATE_XML_REQUEST SAP ABAP Report - Generate Expressions for Form Fields







FMCA_BRF_GENERATE_XML_REQUEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to generate expressions for form fields...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FMCA_BRF_GENERATE_XML_REQUEST 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

FMCABRFGEN - BRF: Generate Expressions


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


Text pool values


Selection Text: SCENARIO = D .
Selection Text: P_APPLCL = D .
Selection Text: P_GROUP = D .
Selection Text: VERSION = D .
Title: Generate Expressions for Form Fields
Text Symbol: 001 = Field Name
Text Symbol: 003 = Generation Log:
Text Symbol: 004 = Application Class
Text Symbol: 005 = Group:
Text Symbol: 006 = Error Messages
Text Symbol: 007 = BRF Parameters
Text Symbol: 008 = Form Parameters
Text Symbol: 009 = Created On
Text Symbol: 010 = Created at
Text Symbol: 011 = Changed on
Text Symbol: 012 = Changed at
Text Symbol: 017 = Data has been changed. Save changes first?


INCLUDES used within this REPORT FMCA_BRF_GENERATE_XML_REQUEST

INCLUDE FMCA_BRF_GENERATE_EXPR_DEF.
INCLUDE FMCA_BRF_GENERATE_XML_CL.


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:

ISR_CUST_SCENARIO_GET CALL FUNCTION 'ISR_CUST_SCENARIO_GET' EXPORTING id_scenario = g_scenario id_version = g_version IMPORTING es_scenario = g_vscenario.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-REPID DYNUMB = '1000' TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = LT_DYNREAD EXCEPTIONS OTHERS = 11.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'OBJ_GROUP' DYNPPROG = SY-REPID DYNPNR = '1000' DYNPROFIELD = 'TBRF230-OBJ_GROUP' VALUE_ORG = 'S' TABLES VALUE_TAB = LT_VALUE EXCEPTIONS OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'SCENARIO' DYNPPROG = SY-REPID DYNPNR = '1000' DYNPROFIELD = 'QISRSCENARIO-SCENARIO' VALUE_ORG = 'S' TABLES VALUE_TAB = LT_S_SCENARIO EXCEPTIONS OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-REPID DYNUMB = '1000' TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = LT_DYNREAD EXCEPTIONS OTHERS = 11.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'VERSION' DYNPPROG = SY-REPID DYNPNR = '1000' DYNPROFIELD = 'QISRSCENARIO-SCENARIO' VALUE_ORG = 'S' TABLES VALUE_TAB = LT_S_SCENARIO EXCEPTIONS OTHERS = 3.



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