SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

MF68UF01 SAP ABAP INCLUDE - Stock Transfer Form Routines







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


Text pool values


Title: Stock Transfer Form Routines


INCLUDES used within this REPORT MF68UF01

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:

ACCUMULATION_BESTAND_NEW CALL FUNCTION 'ACCUMULATION_BESTAND_NEW' EXPORTING refneu = b_refneu bukrs = bukrs dbestand = datum ranl = ranl sanlf = sanlf ges = ges konto = konto IMPORTING ges_bbuchwr = ges-bbuchwr ges_bbuchhw = ges-bbuchhw ges_bukrs = ges-bukrs ges_ranl = ges-ranl ges_sbwhr = ges-sbwhr e_refalt = b_refalt e_kontalt = konto TABLES old_bepi = old_bepi i_bepi = i_bepi.

TRANSFER_BESTAND CALL FUNCTION 'TRANSFER_BESTAND' EXPORTING dyn_felder = rmf64h200 ges = ges umbuch_kz = 'B' gsart = gsart i_ranl = ranl i_bukrs = bukrs abgetr_an = vdarl-sabt is_vdarl = vdarl TABLES old_bepi = old_bepi " alte Bestandsumbuchungen >= Stichtag i_bepi = i_bepi " Übrige Positionen > Stichtag EXCEPTIONS not_booked = 01 booked = 02.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'RREFKONT' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = werte field_tab = fields return_tab = it_return_tab * DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING TABNAME = 'TZB0A' * FIELDNAME = 'SBEWART' * INPUT_VALUE = F4-FLDVALUE * IMPORTING SELECT_VALUE = RMF64H200-SBEW_ZU * TABLES FIELDS = FIELDS * VALUETAB = WERTE.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'SBEWART' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = werte field_tab = fields return_tab = it_return_tab * DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING TABNAME = 'TZB0A' * FIELDNAME = 'SBEWART' ** INPUT_VALUE = F4-FLDVALUE * IMPORTING SELECT_VALUE = RMF64H200-SBEW_AB * TABLES FIELDS = FIELDS * VALUETAB = WERTE.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'SBEWART' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = werte field_tab = fields return_tab = it_return_tab * DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * 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 MF68UF01 or its description.