cancel
Showing results for 
Search instead for 
Did you mean: 

Passing check box value to the RFC

Former Member
0 Kudos

Hi Folks

With help of this wiki page I was able to pass my all the data types except checkbox flag

https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc/selectingmultiplevalues

Can someone point me to the document or list the step to pass the check box value to the RFC.

regards

Poonam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thankyou very much

Former Member
0 Kudos

Hi Poonam,

You only need to do this kind of sentence between your form and your RFC IF(@BOOL1==true,'X','Y').

I am telling 'IF CHECKBOX IS MARKED SEND X OTHERWISE SEND Y'

Regards,

Gilson