cancel
Showing results for 
Search instead for 
Did you mean: 

How to add entry to MEMSD_DEP (Packagesize for T51) second ;-)

Former Member
0 Kudos

Hi,

ok I posted the thread "How to add entry to MEMSD_DEP (Packagesize for T51)?" before and now I have created the view and I am able to add entries to the table....

BUT:

If I try to add the entry like they are described in the help.sap.com - search for "T51 MEMSD_DEP" - I get the following error:

"Entry T51SYNCBOCONFIG does not exsist in MEMSD - check your entry."

And it is right in the MEMSD there are all my applications and patches I have uploaded in the webconsole, but no T51SYNCBOCONFIG....

Can you help me out?

Greetings,

Kai

Accepted Solutions (1)

Accepted Solutions (1)

kishorg
Advisor
Advisor
0 Kudos

Hi Kai Meyer-Spradow,

<<<<

one main thing ..

<b>In that documentation , they have specified that there is one MCD named T51SYNCBOCONFIG .. I think in that sense ,

it written there as ,,</b>

1. Start the transaction mi_mcd.

2. Enter the application name and choose Display MCD.

3. Choose Display <-> Change.

4. Choose the SyncBO tab page.

5. Enter the following settings for each SyncBO of type Back-End-Driven:

The object ID in the SyncBO-ObjectID column.

The delay with which the job is to be scheduled in the Interval column.

6. Choose Save.

just look at that ...

>>>>>>>

just do one think ..

If that T51SYNCBOCONFIG is not there in ur MI server , create a new MCD with this name and include ur Back - end driven syncBo to this MCD. then proceed.

These are the primary keys of the table MEMSD_DEP.

Fields Check Table

-


-


NAMESPACE TRNSPACET

NAME MEMSD

VERSION MEMSD

TYPE MEMSD_DEPTYPE

TYPE_INDEX

DEPENDENCY_NAME

MEMSD

-


This table is the Mobile Component Descriptor master table.

This will contain the details of the created MCDs.

Inorder to insert values in the fields on which we have assigned the check table,

values must be present in this check table.

That means , to insert a new value in the NAME field of the MEMSD_DEP table , that entered value must be present in the MEMSD table .

If T51SYNCBOCONFIG is not in the MEMSD tabel , u cannot insert this value in the table MEMSD_DEP.

Regards

Kishor Gopinathan

Former Member
0 Kudos

Hello,

ok, I have added an entry "T51SYNCBOCONFIG" to the MCD - I really do not know why the MEMSD is a check table for the MEMSD_DEP in this case...what ever.

So I added the following entry to the MEMSD_DEP:

NAMESPACE (initial)

NAME T51SYNCBOCONFIG

VERSION (initial)

TYPE SYNCBO

TYPE_INDEX 00000000001

DEPENDENCY_NAME NAME

DEPENDENCY_VALUE <SyncBO ID> (z.B. SAP_EXM001)

The next step is then to add the following entry:

NAMESPACE (initial)

NAME T51SYNCBOCONFIG

VERSION (initial)

TYPE SYNCBO

TYPE_INDEX 00000000001

DEPENDENCY_NAME PACKAGE

DEPENDENCY_VALUE <rows>, (for example, 1.000 )

But If I try to add this entry I get the error message:

"Entry PACKAGE SYNCBO does not exist in MEMSD_DEPTYPE - check your entry"

Do I have to add the entry in the table MEMSD_DEPTYPE too?

Greetings,

Kai

kishorg
Advisor
Advisor
0 Kudos

Hi Kai Meyer-Spradow ,

i could create values in MEMSD_DEP after putting that dependancy name in the MEMSD_DEPTYPE table by creating view of that MEMSD_DEPTYPE table .

After creating the view of MEMSD_DEPTYPE.

just put ,,

TYPE = SYNCBO

DEPENDENCY_NAME = PACKAGE

then try to create new values in MEMSD_DEP table ..

Regards

Kishor Gopinathan

Former Member
0 Kudos

Hi,

now its working....

thanx,

Kai

Answers (0)