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_SALESORDER_CHANGE issue

Former Member
0 Likes
577

HI ,

After upgrade ,We are facing a DATA_OFFSET_LENGTH_TOO_LARGE' issue and would like to know how we can implement the oss note 1137897.

When i tried to implement it via SNOTE , the program doesnt get activated.

There is a statement something like:

"describe field X length F in character mode..." in the note correction.

Due to unicode conversion,The program shows syntax error while modifying it as " The field X contains non character type fields and hence it is not possible to describe field length in character mode".

Let me know how to resolve it.

Thanks!

HI ,

After upgrade ,We are facing a DATA_OFFSET_LENGTH_TOO_LARGE' issue and would like to know how we can implement the oss note 1137897.

When i tried to implement it via SNOTE , the program doesnt get activated.

There is a statement something like:

"describe field X length F in character mode..." in the note correction.

Due to unicode conversion,The program shows syntax error while modifying it as " The field X contains non character type fields and hence it is not possible to describe field length in character mode".

Let me know how to resolve it.

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
468

HI,

In the correction instruction of note 1137897, I cannot find a statement like "describe field X length F in character mode...". Instead i can see statement like


describe field  da_bape_vbep            "mod_1137897
        length da_length_bape_vbep     "mod_1137897
                in character mode.             "mod_1137897

The note corrections are applicable for programs LVBAK001 and LVAC1F0M .

Kindly retry applying the SAP note and check.

Thanks!

Read only

0 Likes
468

Thanks for the reply.

Yes ,I know after applying the note .

Its throwing me the error structure "da_bape_vbak " and "da_bape_vbap "is not character type.

As the structure was added with fields other than characters fields

and in unicode environment ,

DESCRIBE statement with chracter mode is throwing syntax error.

Thanks!