Application Development 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: 

BAPI structure as TYPE?

Former Member
0 Kudos

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

anusurbab
Explorer
0 Kudos

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

former_member1245113
Active Contributor
0 Kudos

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

former_member222860
Active Contributor
0 Kudos

Pl. check-out any standard BAPIs through SE37.

anusurbab
Explorer
0 Kudos

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

Former Member
0 Kudos

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