SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

MINEFORMS SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MINEFORMS

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 = CON_STRUC_RVEXMINE I_CLIENT_NEVER_DISPLAY = CON_X CHANGING CT_FIELDCAT = LOC_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = SY-DATUM FOREIGN_AMOUNT = LOC_GRENZWEAK FOREIGN_CURRENCY = LOC_GRENZWEEH LOCAL_CURRENCY = LOC_WAERS IMPORTING LOCAL_AMOUNT = LOC_GRENZWEAK EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 4 DERIVED_2_TIMES = 5 OTHERS = 6.

RV_FTT_GOV_PROCESSING CALL FUNCTION 'RV_FTT_GOV_PROCESSING' EXPORTING COUNTRY = CON_DE I_REPORTING_TYPE = 'I' TABLES TABLE_DATA = LT_VEIAV ACCUMULATION_CRITERIA = ACCU_CRIT_TAB EXCEPTIONS NO_PROCESSING = 1 TOO_MANY_CRITERIA = 2 OTHERS = 3.

SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING USER_NAME = SY-UNAME IMPORTING USER_USR03 = LT_USR03 EXCEPTIONS USER_ADDRESS_NOT_FOUND = 1 OTHERS = 2.

RV_FTT_GOV_TABLE_READ CALL FUNCTION 'RV_FTT_GOV_TABLE_READ' EXPORTING TABLE_NAME = CON_VEIAV REPORTING_MONTH = LV_MONTH REPORTING_YEAR = LV_YEAR COMPANY_CODE = LV_BUKRS TABLES PLANTS_TO_BE_SELECTED = LT_WERKS FIELDS_TO_BE_SELECTED = LOC_FIELDS TABLE_DATA = LT_VEIAV EXCEPTIONS NO_DATA_SELECTED = 1.

RV_FTT_GOV_TABLE_READ CALL FUNCTION 'RV_FTT_GOV_TABLE_READ' EXPORTING TABLE_NAME = CON_VEXAV REPORTING_MONTH = LV_MONTH REPORTING_YEAR = LV_YEAR COMPANY_CODE = LV_BUKRS TABLES PLANTS_TO_BE_SELECTED = LT_WERKS FIELDS_TO_BE_SELECTED = LOC_FIELDS TABLE_DATA = LT_VEXAV EXCEPTIONS NO_DATA_SELECTED = 1.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = LOC_EIGENMAAK NO_TYPE_CHECK = CON_X ROUND_SIGN = CON_X UNIT_IN = LOC_EIGENMAEH UNIT_OUT = CON_KG IMPORTING OUTPUT = LOC_NEW_EIGENMAAK EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIVISION_BY_ZERO = 2 INPUT_INVALID = 3 OUTPUT_INVALID = 4 OVERFLOW = 5 TYPE_INVALID = 6 UNITS_MISSING = 7 UNIT_IN_NOT_FOUND = 8 UNIT_OUT_NOT_FOUND = 9 OTHERS = 10.



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