SAP MAZNB_AUFLOESUNG_UEBERZAHLUNG Function Module for TR Loans: FU Create Posting for MAUZ









MAZNB_AUFLOESUNG_UEBERZAHLUNG is a standard maznb aufloesung ueberzahlung SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for TR Loans: FU Create Posting for MAUZ processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for maznb aufloesung ueberzahlung FM, simply by entering the name MAZNB_AUFLOESUNG_UEBERZAHLUNG into the relevant SAP transaction such as SE37 or SE38.

Function Group: TRMAZNB
Program Name: SAPLTRMAZNB
Main Program: SAPLTRMAZNB
Appliation area: F
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function MAZNB_AUFLOESUNG_UEBERZAHLUNG pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'MAZNB_AUFLOESUNG_UEBERZAHLUNG'"TR Loans: FU Create Posting for MAUZ
EXPORTING
* BLDAT = SY-DATUM "
* EXPORT_BEPP = ' ' "
* IT_VDCNCL = "Zahlweg aus dem Widerruf übernehmen
* BTCI = 'X' "
* BUDAT = SY-DATUM "
* CALLT = ' ' "
* MAPPE = SY-UNAME "
* PROTOCOL = 'X' "
* START_DAY = ' ' "
* START_TIME = ' ' "
* S_PRIMANOTA = ' ' "

IMPORTING
E_S_MSG = "Application Log: Message Data

CHANGING
* X_NVORGANG = ' ' "Transaction Number

TABLES
BEKI = "
* T_ADDBEPP = "Additional Information on VDBEPP
T_VDBEPP_REV = "vdbepp_rev
* UBEKI = "Flow Data: Document Header for Actual Record
PAY_BSEG = "
T_TVZ01 = "
T_VDARL = "
UBEPI = "
UVERT_BEPP = "
LOANREF = "
T_TZPAB = "
* T_VDBEPP = "Transaction Data - Plan Item

EXCEPTIONS
POSTING_ERROR = 1 PROGRAM_ERROR = 2
.



IMPORTING Parameters details for MAZNB_AUFLOESUNG_UEBERZAHLUNG

BLDAT -

Data type: SY-DATUM
Default: SY-DATUM
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORT_BEPP -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_VDCNCL - Zahlweg aus dem Widerruf übernehmen

Data type: TRTY_VDCNCL
Optional: Yes
Call by Reference: Yes

BTCI -

Data type:
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

BUDAT -

Data type: SY-DATUM
Default: SY-DATUM
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLT -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

MAPPE -

Data type:
Default: SY-UNAME
Optional: Yes
Call by Reference: No ( called with pass by value option)

PROTOCOL -

Data type:
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

START_DAY -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

START_TIME -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

S_PRIMANOTA -

Data type: VDBEKI-RPNSUP
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for MAZNB_AUFLOESUNG_UEBERZAHLUNG

E_S_MSG - Application Log: Message Data

Data type: BAL_S_MSG
Optional: No
Call by Reference: Yes

CHANGING Parameters details for MAZNB_AUFLOESUNG_UEBERZAHLUNG

X_NVORGANG - Transaction Number

Data type: VDBEPP-NVORGANG
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for MAZNB_AUFLOESUNG_UEBERZAHLUNG

BEKI -

Data type: VDBEKI
Optional: No
Call by Reference: No ( called with pass by value option)

T_ADDBEPP - Additional Information on VDBEPP

Data type: ADDBEPP
Optional: Yes
Call by Reference: No ( called with pass by value option)

T_VDBEPP_REV - vdbepp_rev

Data type: VDBEPP_REV
Optional: No
Call by Reference: No ( called with pass by value option)

UBEKI - Flow Data: Document Header for Actual Record

Data type: VDBEKI
Optional: Yes
Call by Reference: No ( called with pass by value option)

PAY_BSEG -

Data type: BSSBSEG
Optional: No
Call by Reference: No ( called with pass by value option)

T_TVZ01 -

Data type: TVZ01
Optional: No
Call by Reference: No ( called with pass by value option)

T_VDARL -

Data type: VDARL
Optional: No
Call by Reference: No ( called with pass by value option)

UBEPI -

Data type: VDBEPI
Optional: No
Call by Reference: No ( called with pass by value option)

UVERT_BEPP -

Data type: VDBEPP
Optional: No
Call by Reference: No ( called with pass by value option)

LOANREF -

Data type: LOANREF
Optional: No
Call by Reference: No ( called with pass by value option)

T_TZPAB -

Data type: TZPAB
Optional: No
Call by Reference: No ( called with pass by value option)

T_VDBEPP - Transaction Data - Plan Item

Data type: VDBEPP
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXCEPTIONS details

POSTING_ERROR -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

PROGRAM_ERROR -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for MAZNB_AUFLOESUNG_UEBERZAHLUNG Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lt_beki  TYPE STANDARD TABLE OF VDBEKI, "   
lv_bldat  TYPE SY-DATUM, "   SY-DATUM
lv_e_s_msg  TYPE BAL_S_MSG, "   
lv_x_nvorgang  TYPE VDBEPP-NVORGANG, "   ' '
lv_posting_error  TYPE VDBEPP, "   
lt_t_addbepp  TYPE STANDARD TABLE OF ADDBEPP, "   
lv_export_bepp  TYPE ADDBEPP, "   ' '
lv_it_vdcncl  TYPE TRTY_VDCNCL, "   
lt_t_vdbepp_rev  TYPE STANDARD TABLE OF VDBEPP_REV, "   
lt_ubeki  TYPE STANDARD TABLE OF VDBEKI, "   
lv_btci  TYPE VDBEKI, "   'X'
lt_pay_bseg  TYPE STANDARD TABLE OF BSSBSEG, "   
lv_program_error  TYPE BSSBSEG, "   
lv_budat  TYPE SY-DATUM, "   SY-DATUM
lt_t_tvz01  TYPE STANDARD TABLE OF TVZ01, "   
lv_callt  TYPE TVZ01, "   ' '
lt_t_vdarl  TYPE STANDARD TABLE OF VDARL, "   
lv_mappe  TYPE VDARL, "   SY-UNAME
lt_ubepi  TYPE STANDARD TABLE OF VDBEPI, "   
lv_protocol  TYPE VDBEPI, "   'X'
lt_uvert_bepp  TYPE STANDARD TABLE OF VDBEPP, "   
lt_loanref  TYPE STANDARD TABLE OF LOANREF, "   
lv_start_day  TYPE LOANREF, "   SPACE
lt_t_tzpab  TYPE STANDARD TABLE OF TZPAB, "   
lv_start_time  TYPE TZPAB, "   SPACE
lt_t_vdbepp  TYPE STANDARD TABLE OF VDBEPP, "   
lv_s_primanota  TYPE VDBEKI-RPNSUP. "   SPACE

  CALL FUNCTION 'MAZNB_AUFLOESUNG_UEBERZAHLUNG'  "TR Loans: FU Create Posting for MAUZ
    EXPORTING
         BLDAT = lv_bldat
         EXPORT_BEPP = lv_export_bepp
         IT_VDCNCL = lv_it_vdcncl
         BTCI = lv_btci
         BUDAT = lv_budat
         CALLT = lv_callt
         MAPPE = lv_mappe
         PROTOCOL = lv_protocol
         START_DAY = lv_start_day
         START_TIME = lv_start_time
         S_PRIMANOTA = lv_s_primanota
    IMPORTING
         E_S_MSG = lv_e_s_msg
    CHANGING
         X_NVORGANG = lv_x_nvorgang
    TABLES
         BEKI = lt_beki
         T_ADDBEPP = lt_t_addbepp
         T_VDBEPP_REV = lt_t_vdbepp_rev
         UBEKI = lt_ubeki
         PAY_BSEG = lt_pay_bseg
         T_TVZ01 = lt_t_tvz01
         T_VDARL = lt_t_vdarl
         UBEPI = lt_ubepi
         UVERT_BEPP = lt_uvert_bepp
         LOANREF = lt_loanref
         T_TZPAB = lt_t_tzpab
         T_VDBEPP = lt_t_vdbepp
    EXCEPTIONS
        POSTING_ERROR = 1
        PROGRAM_ERROR = 2
. " MAZNB_AUFLOESUNG_UEBERZAHLUNG




ABAP code using 7.40 inline data declarations to call FM MAZNB_AUFLOESUNG_UEBERZAHLUNG

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
"SELECT single DATUM FROM SY INTO @DATA(ld_bldat).
DATA(ld_bldat) = SY-DATUM.
 
 
"SELECT single NVORGANG FROM VDBEPP INTO @DATA(ld_x_nvorgang).
DATA(ld_x_nvorgang) = ' '.
 
 
 
DATA(ld_export_bepp) = ' '.
 
 
 
 
DATA(ld_btci) = 'X'.
 
 
 
"SELECT single DATUM FROM SY INTO @DATA(ld_budat).
DATA(ld_budat) = SY-DATUM.
 
 
DATA(ld_callt) = ' '.
 
 
DATA(ld_mappe) = SY-UNAME.
 
 
DATA(ld_protocol) = 'X'.
 
 
 
DATA(ld_start_day) = ' '.
 
 
DATA(ld_start_time) = ' '.
 
 
"SELECT single RPNSUP FROM VDBEKI INTO @DATA(ld_s_primanota).
DATA(ld_s_primanota) = ' '.
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!