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

BAPI-structure: invalid change message while changing structure field lengh

Former Member
0 Likes
749

Hi Experts,

I've one structure which is used in many BAPIs.

I want to change the field lengh of one of the field in the structure.

When I'm activating it, it is giving me message BAPI-structure: invalid change.

Can you help me on this issue ?

Naimish.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

see this thread

3 REPLIES 3
Read only

Former Member
0 Likes
514

see this thread

Read only

0 Likes
513

Hi,

Thanks for your reply.

My structure is Z Structure (Custom Object ) and it is used in Custom BAPi's.

Naimish.

Read only

0 Likes
513

Look at [BAPI Programming Guide (CA-BFA)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf]

If your BAPI is released, you wont be allowed to change the structure, so you should un-release the BAPI, BOR and FM before updating the structure parameter.

Regards