Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC function module

Former Member
0 Likes
390

Hi ,

is there any RFC function module to track inbound data.this is urgent help me...

ajith

1 ACCEPTED SOLUTION
Read only

Peter_Inotai
Active Contributor
0 Likes
369

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

3 REPLIES 3
Read only

Peter_Inotai
Active Contributor
0 Likes
370

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

Read only

0 Likes
369

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?

Read only

0 Likes
369

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