Skip to Content
0
Former Member
Aug 03, 2005 at 08:26 AM

IPC Developmet - How to find exit to modify

563 Views

Hi all,

I am new to IPC development. I have connected to IPC server via RP2. I can see some exits which are standard.

Its already developed in R3 and looking to develop in CRP IPC in Java. My requirement is

IF xkomv-kschl eq 'ZC56' and komp-kaend_typ(1) ne '*' and xkomv-kschl1 = ‘ZCE’.

*Activate Group Condition

xkomv-kgrpe = ‘X’.

*Activate Scale for Group Condition.

if xkomv-kzbzg is initial.

xkomv-konws = komk-waerk.

*xkomv-kzbzg = komt1-kzbzg.

xkomv-stfkz = 'C'. "Insert your scale type

endif.

endif.

Program Name; RV61AFZB

Same Logic must be written down in each sub-routine below.

v FORM USEREXIT_XKOMV_ERGAENZEN\

v FORM USEREXIT_XKOMV_ERGAENZEN_MANU

v FORM USEREXIT_XKOMV_FUELLEN USING RETURNCODE.

v FORM USEREXIT_XKOMV_FUELLEN_O_KONP.

So Now How can I find the exist to modify. Appreciated if I get any help on this.

Thanks

Seshagiri