cancel
Showing results for 
Search instead for 
Did you mean: 

User Exits IPC 5.0 (AP 7.00)

0 Kudos

Hello all,

I have to create user exits in IPC 5.0 and java, but I need some help to do this! There is nearly no SAP documentation available, so I hope to get the information here! The technical part is OK, but the access to some fields of the communication structures in CRM is not clear.

There are two requirements in CRM:

FORM KOBED_903.

sy-subrc = 4.

if komp-kposn ne 0.

check komp-prsfd ca 'BX'.

check komp-kznep = space.

endif.

ENDFORM

FORM KOBED_903.

sy-subrc = 4.

check komp-werks ne space.

if komk-vbtyp = 'B'.

sy-subrc = 0.

exit.

endif.

check t001-bukrs ne t001k-bukrs.

sy-subrc = 0.

ENDFORM

There is no field for a plant in structure CRMT_ACS_I_SEL and in the header structure I cannot find something like VBTYP!

Can you help me?

Thank you!

Ole.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thank you!

Former Member
0 Kudos

Hi Ole,

You need to understand the Logic behind the field its trying to access.

If you can find the corrosponding field which can solve your purpose of komk-vbtyp in CRM Communication Structure. try to replicate it.

Regards

Ravi Sah