cancel
Showing results for 
Search instead for 
Did you mean: 

HELP With CRM IPC formula

Former Member
0 Kudos

Hi Everyone

I am new to IPC development and seriously need some help.

I am not able to find a JAVA Translaton for a R/3 Pseudocode

****************************************

form frm_kond_basis_XX2.

****PSEUDOCODE********

Move xkomv into an internal table ZKOMV

If komp-zzfactor1 > 0

Loop against ZKOMV table

If ZKOMV-VARCOND equals ’ZFYF’

xkomv-kfaktor =komp-zzfactor2.

zflag = 1

Exit loop.

endif

endloop.

If zflag NE 1

Xkomv-kfaktor = komp-zzfactor1.

Endif.

*********************************************

zzfactor1 and zzfactor are custom variables. What I would beed to know in java is the equivalent for

1) Move xkomv into an internal table ZKOMV

2) If ZKOMV-VARCOND equals ’ZFYF’

is varcond value inside the xkomv table ?

we are customizing the condition base formula

Any help will be highly appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Puskar,

How can we translate this Z Field in a table equivalent in Java.

Any help is appreciated.

Rachna

Former Member
0 Kudos

Hi,

For custom variables, you have to enhance the communication structure and then populate these fields using BADI.

These fields are now available in Java IPC as attributes.

Regards,

Ajay S Gupta.

Pl.see : Award points if you feel satisfied.