SAP Reports / Programs | Manufacturer Part Number | Aerospace & Defence Industry Solution | Manufacturer Part Number(IS-AD-MPN) SAP IS

RFFFAUSTN SAP ABAP INCLUDE - Include RFFFAUSTN







RFFFAUSTN 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 RFFFAUSTN 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 RFFFAUSTN. "Basic submit
SUBMIT RFFFAUSTN AND RETURN. "Return to original report after report execution complete
SUBMIT RFFFAUSTN 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 RFFFAUSTN


INCLUDES used within this REPORT RFFFAUSTN

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:

PIC01_GET_MEMBER_SINGLE * CALL FUNCTION 'PIC01_GET_MEMBER_SINGLE' * EXPORTING * I_MATNR = MKOPF-MATNR * I_WERKS = WA_WERKS * I_BERID = WA_BERID * I_MRPSET = MRP_SET * TABLES * ET_PICPSRL = lt_picpsrl_aust * EXCEPTIONS * NOTFOUND_MATNR = 1 * NOTFOUND_PIC = 2 * MISSING_PARAMETER = 3 * OTHERS = 4.

MB_ADD_RESERVATION_QUANTITIES CALL FUNCTION 'MB_ADD_RESERVATION_QUANTITIES' EXPORTING x_matnr = ms_matnr-low x_xloek = space " A&D Grimm 2.1.99 neu

MB_ADD_PURCHASE_ORDER_QUANTITY CALL FUNCTION 'MB_ADD_PURCHASE_ORDER_QUANTITY' EXPORTING x_matnr = ms_matnr-low " A&D neu x_meins = mkopf-basme "ch /14.10.95

MB_SELECT_GR_BLOCKED_STOCK CALL FUNCTION 'MB_SELECT_GR_BLOCKED_STOCK' EXPORTING x_matnr = ms_matnr-low x_meins = mkopf-basme "ch /14.10.95

MB_SELECT_SD_SCHEDULED_STOCK CALL FUNCTION 'MB_SELECT_SD_SCHEDULED_STOCK' EXPORTING x_matnr = ms_matnr-low x_kzwso = kzwso "ALK014884 SW TABLES xtab4 = xtab4 xwerks = null_wks.



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