SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFMFGAPCR_FORMS SAP ABAP INCLUDE - Include RFFMFGAPCRN_FORMS







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


Text pool values


Title: Include RFFMFGAPCRN_FORMS


INCLUDES used within this REPORT RFFMFGAPCR_FORMS

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'RFFMFGAPCRN_ALV' i_buffer_active = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gridfcat[].

BAPI_FIXEDASSET_CREATE1 CALL FUNCTION 'BAPI_FIXEDASSET_CREATE1' EXPORTING key = input_key * REFERENCE = * CREATESUBNUMBER = * testrun = p_test generaldata = gen_data generaldatax = gen_datax * INVENTORY = * INVENTORYX = postinginformation = posting_info postinginformationx = posting_infox timedependentdata = time_dep_data timedependentdatax = time_dep_datax allocations = allocations allocationsx = allocationsx origin = origindata originx = origindatax * INVESTACCTASSIGNMNT = * INVESTACCTASSIGNMNTX = * NETWORTHVALUATION = * NETWORTHVALUATIONX = realestate = real_estate realestatex = real_estatex * INSURANCE = * INSURANCEX = * LEASING = * LEASINGX = IMPORTING * COMPANYCODE = asset = asset_number subnumber = sub_number * ASSETCREATED = return = out_return TABLES * DEPRECIATIONAREAS = * DEPRECIATIONAREASX = extensionin = extensionin .

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = posting_data-assetmaino IMPORTING output = posting_data-assetmaino.

BAPI_ASSET_ACQUISITION_POST CALL FUNCTION 'BAPI_ASSET_ACQUISITION_POST' EXPORTING * ORIGINDOCREFERENCE = generalpostingdata = posting_data acquisitiondata = acquis_data * ACCOUNTASSIGNMENTS = * FURTHERPOSTINGDATA = IMPORTING * DOCUMENTREFERENCE = return = out_return2.

BAPI_ASSET_ACQUISITION_POST CALL FUNCTION 'BAPI_ASSET_ACQUISITION_POST' EXPORTING * ORIGINDOCREFERENCE = generalpostingdata = posting_data acquisitiondata = acquis_data * ACCOUNTASSIGNMENTS = * FURTHERPOSTINGDATA = IMPORTING * DOCUMENTREFERENCE = return = out_return_diff.

BAPI_FIXEDASSET_CREATE1 CALL FUNCTION 'BAPI_FIXEDASSET_CREATE1' EXPORTING key = input_key * REFERENCE = createsubnumber = subno * TESTRUN generaldata = gen_data generaldatax = gen_datax * INVENTORY = * INVENTORYX = postinginformation = posting_info postinginformationx = posting_infox timedependentdata = time_dep_data timedependentdatax = time_dep_datax allocations = allocations allocationsx = allocationsx origin = origindata originx = origindatax * INVESTACCTASSIGNMNT = * INVESTACCTASSIGNMNTX = * NETWORTHVALUATION = * NETWORTHVALUATIONX = realestate = real_estate realestatex = real_estatex * INSURANCE = * INSURANCEX = * LEASING = * LEASINGX = IMPORTING * COMPANYCODE = asset = asset_number subnumber = sub_number * ASSETCREATED = return = out_return TABLES * DEPRECIATIONAREAS = * DEPRECIATIONAREASX = extensionin = extensionin .

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = posting_data-assetmaino IMPORTING output = posting_data-assetmaino.

BAPI_ASSET_ACQUISITION_POST CALL FUNCTION 'BAPI_ASSET_ACQUISITION_POST' EXPORTING * ORIGINDOCREFERENCE = generalpostingdata = posting_data acquisitiondata = acquis_data * ACCOUNTASSIGNMENTS = * FURTHERPOSTINGDATA = IMPORTING * DOCUMENTREFERENCE = return = out_return2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_log_header IMPORTING e_log_handle = g_log_handle EXCEPTIONS * LOG_HEADER_INCONSISTENT = 1 OTHERS = 2 .

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = l_message_id i_s_msg = l_message_text * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS * LOG_NOT_FOUND = 1 * MSG_INCONSISTENT = 2 * LOG_IS_FULL = 3 OTHERS = 4 .

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile i_t_log_handle = l_show_log EXCEPTIONS OTHERS = 2.

BAL_DSP_PROFILE_NO_TREE_GET * CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' * IMPORTING * e_s_display_profile = l_display_profile * EXCEPTIONS * OTHERS = 1.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile i_t_log_handle = l_show_log EXCEPTIONS 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 RFFMFGAPCR_FORMS or its description.