cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Communication method in ISU

former_member832147
Discoverer
0 Kudos

Hello,

We are Creating BP in ISU system using FM :- ISU_S_PARTNER_CREATE

The BP is getting created successfully in ISU system. But if i pass value into COMM_TYPE then the standard communication method is not getting populated in the BP tcode.

ISU_S_PARTNER_CREATE has importing parameter x_auto which is a deep structure. In this structure there are 2 possible fields to pass COMM_TYPE

1. x_auto-act-DEFLT_COMM

2. x_auto-t_adrt_mod-COMM_TYPE

I tried passing 'FAX' to both these field but once the BP was created in ISU, the Standard commuication method field in BP tcode was still blank.

Could you please help me to fix this issue.

Thanks,

Darshan

Accepted Solutions (0)

Answers (1)

Answers (1)

NTeunckens
Active Contributor
0 Kudos

See if you could use this from the mentioned FM to BAPI "BAPI_BUPA_CREATE_FROM_DATA". I Believe that would be a feasable Solution to Create the BP and Maintain the BCS-data ... (See the BAPI Documentation)