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

BAPI structure as TYPE?

Former Member
0 Likes
690

In case of coding a RFC shall I have to always use BAPI structure as TYPE? or I can use other things also. Please let me know.

Regards,

Subho

1 ACCEPTED SOLUTION
Read only

anusurbab
Explorer
0 Likes
658

Hi,

You can use any data types available globally as reference except types from type-pools for RFC enabled function modules.

Edited by: Suresh Babu Suresetti on Nov 3, 2009 11:28 AM

4 REPLIES 4
Read only

Former Member
0 Likes
658

Hi

To the best of my knowledge you can use any dictionary type structures for more info take F1 help. or Take F1 help on

CALL FUNCTION key word.

go to SE84 and select the Radio Button of RFC and execute you can find many RFC function Modules, Check their Import Parameters

All the Imprort Parameters must be PASS BY VALUE only.

For more info you can search Forums or Web

Cheers

Ram

Read only

former_member222860
Active Contributor
0 Likes
658

Pl. check-out any standard BAPIs through SE37.

Read only

anusurbab
Explorer
0 Likes
659

Hi,

You can use any data types available globally as reference except types from type-pools for RFC enabled function modules.

Edited by: Suresh Babu Suresetti on Nov 3, 2009 11:28 AM

Read only

Former Member
0 Likes
658

Hi,

You can use any database structure as reference. You can create custom structures as per your requirement in SE11 and you can use them.

Thanks & Regards,

Priyanka