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

Is there Length Limit 4 Import or Export parameters while creating a BAPI?

Former Member
0 Likes
879

Hi Guys,

I created a Custom BAPI while creating in API method(SWO1) tr code i am getting error like

"Field ZBAPIC -CON is too large to be included in container

Field ZBAPIC -CON is too large to be included in container"

means i am using a 900 character FIELD IN BOTH IMPORT and Tables parameter and when i tried with 250 it didnot gave me any error.

so is there any Limit?

Ponits will be awarded for replies.

Thanks,

Gopi.

Hi Guys,

I created a Custom BAPI while creating in API method(SWO1) tr code i am getting error like

"Field ZBAPIC -CON is too large to be included in container

Field ZBAPIC -CON is too large to be included in container"

means i am using a 900 character FIELD IN BOTH IMPORT and Tables parameter and when i tried with 250 it didnot gave me any error.

so is there any Limit?

Ponits will be awarded for replies.

Thanks,

Gopi.

2 REPLIES 2
Read only

Former Member
0 Likes
644

Hi guys,

Can anybody reply to me please to the above thread.

Thanks,

Gopi.

Read only

0 Likes
644

Hi,

Yes - the maximum length of a single field is 255. Otherwise you will get that error.

There's no way around this, except to change the length of the fields in your parameter so they're all <= 255

Rgds,

William