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: 

Upgrade issue

Former Member
0 Kudos

Hi,

I am working with unicode and upgrade project. I am getting an error with load_comman part while executing some programs. I have searched for sap notes not find any suitable. Can you please provide help here?

any settings need to do?

2 REPLIES 2

Former Member
0 Kudos

In detail,

I am getting error like this,

The length of COMMON PART "DBADACOM" in program "SAPDBADA" is incorrect."

Former Member
0 Kudos

Hi,

Check the OSS note 0000314125 which is telling some changes in COMMON PART declaration and other changes Below r details of OSS notes.

Satya

$$----


$$

$ Correction Inst. 0120031469 0000314125 $

$----


$

$ Valid for : $

$ Software Component SAP_APPL SAP Application $

$ Release 500 To SAPKH50002 $

$$----


$$

&----


*& Object REPS DBADACOM

*& Object Header LDBA ADA

&----


...

DATA: com_impr LIKE impr,

com_imak LIKE imak,

com_prps LIKE prps,

com_aufkv LIKE aufkv,

com_imakpi LIKE STANDARD TABLE OF imakpi

WITH HEADER LINE,

com_imakpu LIKE STANDARD TABLE OF imakpu

WITH HEADER LINE,

com_anlb LIKE STANDARD TABLE OF anlb "virt2

WITH HEADER LINE, "virt2

com_anlc LIKE STANDARD TABLE OF anlc "virt2

WITH HEADER LINE, "virt2

com_anepv LIKE STANDARD TABLE OF anepv "virt2

WITH HEADER LINE. "virt2

RANGES: com_r_anlb FOR anlb-afabe. "virt2

DATA: flg_periods TYPE c. "n.0412316

*>>>> START OF DELETION <<<<<

DATA: END OF COMMON PART.

*>>>> END OF DELETION <<<<<<<

*>>>> START OF INSERTION <<<<

DATA: g_aplstat LIKE smmain-aplstat. "<0753211

DATA: END OF COMMON PART.

*>>>> END OF INSERTION <<<<<<

...

&----


&----


*& Object REPS DBADATOP

*& Object Header LDBA ADA

&----


...

DATA: GD_WF_WITEM LIKE SCMA_WITEM-WF_WITEM, "no 574107

  • Job-ID

GD_WF_OKEY LIKE SWOTOBJID-OBJKEY, "no 574107

  • Worklist-ID

GD_WF_WLIST LIKE SCMA_WITEM-WF_WLIST. "no 574107

  • INCLUDE RKASMAWF. "no 574107

INCLUDE SCHEDMAN_EVENTS. "> 553995

INCLUDE LAMBUCD4.

  • Schedule Manager

*>>>> START OF DELETION <<<<<

DATA: G_APLSTAT LIKE smmain-APLSTAT. "> 553995

*>>>> END OF DELETION <<<<<<<

*>>>> START OF INSERTION <<<<

  • DATA: G_APLSTAT LIKE smmain-APLSTAT. INS 553995 / DEL 753211

*>>>> END OF INSERTION <<<<<<

...

&----