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

Problem while creating a Custom BAPI ?

Former Member
0 Likes
537

Hi Guys,

When i am creating a custom BAPI i was not able to use structure with more than 255 characters in each field .Is there any limitation kind of thing? I am transferring the file content from VC to SAp system there i am getting aproblem like i was not able to create astructre whose filed is like 1022 length and type char .

Thanks,

Gopi.

3 REPLIES 3
Read only

Former Member
0 Likes
462

Yes you cannot create.

You may use the data type string.

Regards,

Subramanian

Read only

0 Likes
462

Hi Subramanian,

Thanks for ur reply.U mean i have to declare a custom data Element with string as a type?

Thanks,

Gopi.

Read only

0 Likes
462

Hi Subramanian ,

When i created a string with size 1002 as data element and using that in a strructure.When i used that structure i am getting an error like

"Parameter BAPI_ORDER_STATUS_IMPORT (type ZBAPIC_SD) can reduce performance in RFC "

so what shall i do and Message no. FL397.

Thanks,

Gopi.