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: 

fm CO_SE_PRODORD_OPR_CREATE

former_member691402
Participant
0 Kudos

I declare the table in this way but it goes to landfill:

Data: t_OPR_CREATE type COSE_t_OPR_CREATE
WITH HEADER LINE .

how should I declare it?

dump:

The function module interface was defined in such a way that only fields of a particular type can be specified under "IT_OPR_CREATE". Field "COSE_T_OPR_CREATE" specified here has a different field type however. field type .

1 REPLY 1

mateuszadamus
Active Contributor
0 Kudos

Hello nick99999

How do you populate the FM variable with it? Using the T_OPR_CREATE variable or COSE_T_OPR_CREATE type? From the error description I'd say the latter one, which is not correct.

It would be easier to help if you could show the actual code that you have (using the "Code" button for formatting).

Kind regards,
Mateusz