‎2014 Jan 17 1:14 PM
Hi Experts,
i have to update SNC tab for a particular user using BAPI_USER_CHANGE according to the RFC destination to be given by the user in the selection screen. What are the importing parameters and the tables to be used for this update ? Is the table ADDRFC ? If it is or any other table what are the values to be populated in the different fields of the table.
‎2014 Jan 17 2:39 PM
Hi,
I think you need to use SNC and SNCX structures in BAPI_USER_CHANGE.
Martin
‎2014 Jan 19 5:53 PM
so what about the RFC destination...i have to populate the SNC tab according to the RFC destination....please advice...
‎2014 Jan 19 6:38 PM
Avirup do one thing create an RFC enabled Function module with parameter same as this BAPI and one more import parameter for destination. Inside this Z fm implement your logic and call the BAPI.
‎2014 Jan 20 1:55 PM
Hi,
BAPI_USER_CHANGE is a RFC enabled FM; you can call it using the RFC selected by the user.
Martin