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
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.
Title: Include RFFFAUSTN
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.