Skip to Content
0
May 29, 2012 at 07:32 AM

BAPI_CUSTOMER_GETDETAIL1 - why lastname = name

64 Views

In module BAPI_CUSTOMER_GETDETAIL1 in subroutine ASSIGN_ADDR1_TO_ADDR2 is assigned:

" P_P_I_BAPIADDR2_01-LASTNAME = P_P_I_BAPIADDR1_01-NAME.
P_P_I_BAPIADDR2_01-FIRSTNAME = P_P_I_BAPIADDR1_01-NAME_2. "

This causes the swaps the name1 of the name2. Why is this and how this can be changed ?

Thanks.