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: 

Urgency: test in we19

Former Member
0 Kudos
68

hi all, I want to test the inbound function module in we19,but it says "Interface for function *** is incorrect" in ECC6.0. I have a test in 4.5B, it is successful. The function module interface is the same. Can you tell me why?Many many thanks!!

1 ACCEPTED SOLUTION

Former Member
0 Kudos
44

Hi,

1..........................

HI,

It allows.. it only a warning message..Press Enter when the warning message shown.

u can use changing instead of tables..

2....................

Create a table type in SE11 for the structure ZSELTB & ZSELTB2..

INstead of TABLES use CHANGING parameter and give the table type in the TYPE...

1)

Go to SE11

Choose the radio button data type..

Give ZSELTB_T.

Press create..

Choose the radio button..Table type..

Give the structure name ZSELTB..in the row type..

Press save and activate the table type..

Check the existing table type AFVC_T if you have any clarifications..

2)

In the function module..

choose the changing tab...

Give the table type name as below..

CH_ZSELTB TYPE ZSELTB_T

pls give reward if it helpful

Thanks

Vana

1 REPLY 1

Former Member
0 Kudos
45

Hi,

1..........................

HI,

It allows.. it only a warning message..Press Enter when the warning message shown.

u can use changing instead of tables..

2....................

Create a table type in SE11 for the structure ZSELTB & ZSELTB2..

INstead of TABLES use CHANGING parameter and give the table type in the TYPE...

1)

Go to SE11

Choose the radio button data type..

Give ZSELTB_T.

Press create..

Choose the radio button..Table type..

Give the structure name ZSELTB..in the row type..

Press save and activate the table type..

Check the existing table type AFVC_T if you have any clarifications..

2)

In the function module..

choose the changing tab...

Give the table type name as below..

CH_ZSELTB TYPE ZSELTB_T

pls give reward if it helpful

Thanks

Vana