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

Use of Interface parameters in Function module in ECC 6.0

former_member188001
Active Participant
0 Likes
420

Hello all,

In ECC 6.0 Version we do not use Changing/Tables interface parameters. Instead we declare a table type and use Exporting Parameters.

Can any one send me the link to sap help where this is mentioned.

Thanks,

Salil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
390

Should be straight forward. Here's a sample...

Exporting...

VBSK_E LIKE VBSK

ET_SPLITPROT TYPE VLIKP_T_SPLITPROT

If not enough, do application help from function module....

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801e9a454211d189710000e8322d00/frameset.htm

Hello all,

In ECC 6.0 Version we do not use Changing/Tables interface parameters. Instead we declare a table type and use Exporting Parameters.

Can any one send me the link to sap help where this is mentioned.

Thanks,

Salil

1 REPLY 1
Read only

Former Member
0 Likes
391

Should be straight forward. Here's a sample...

Exporting...

VBSK_E LIKE VBSK

ET_SPLITPROT TYPE VLIKP_T_SPLITPROT

If not enough, do application help from function module....

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801e9a454211d189710000e8322d00/frameset.htm