Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

SNC tab update using BAPI_USER_CHANGE

Former Member
0 Likes
1,346

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,096

Hi,

I think you need to use SNC and SNCX structures in BAPI_USER_CHANGE.

Martin

Read only

0 Likes
1,096

so what about the RFC destination...i have to populate the SNC tab according to the RFC destination....please advice...

Read only

0 Likes
1,096

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.

Read only

0 Likes
1,096

Hi,

BAPI_USER_CHANGE is a RFC enabled FM; you can call it using the RFC selected by the user.

Martin