Skip to Content
0
Former Member
Jul 05, 2009 at 08:01 AM

HTTP to RFC Sync with Validation

24 Views

Hello,

I have created a simple HTTP to RFC Sync interface where I post 1 field using HTTP and then map that request to an RFC and it is working just fine. However, whenever I want to enhance it by checking the input field first before calling the RFC, example if the input field's length is not equal to 6 , respond back with a message. Else, call the RFC.

Since my interface is Sync, validation is not working for me inside the mapping.

Anyone can help??