‎2006 Oct 30 11:19 AM
Hi ,
is there any RFC function module to track inbound data.this is urgent help me...
ajith
‎2006 Oct 30 11:40 AM
Hi ajith,
What do you mean "inbound data"?
Every RFC-enabled FM can be called in the local system if you don't specify the RFC destination. In this case ot will be executed as a "normal" function module.
Best regards,
Peter
‎2006 Oct 30 11:40 AM
Hi ajith,
What do you mean "inbound data"?
Every RFC-enabled FM can be called in the local system if you don't specify the RFC destination. In this case ot will be executed as a "normal" function module.
Best regards,
Peter
‎2006 Oct 30 11:42 AM
Peter,
The actual problem is i m supposed to write an FM identifying incoming data which are not standard field values.do i need to create structure in table types and proceed?
‎2006 Oct 30 11:45 AM
You might try to use the available general char based data elements. In SE11 you can check CHAR* and select one, which has the necessary length.
Peter