cancel
Showing results for 
Search instead for 
Did you mean: 

Write MX_PERSON attributes to custom ABAP ECC table. Howto?

Former Member
0 Kudos

Hello Experts,

In my mind/head, this appears to be a simple tasks. Am I over-thinking it? I want to write some attributes of MX_PERSON that already exist in ID Store to a custom ABAP table in ECC that is already created with the required filed. What Pass? How to set it up?

I appreciate your assistance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

So far, I created a custom pass with the destination tab as below

Parameter                                               Value

RETURN_EMPTY_VALUES                  FALSE

ENTRYTYPE                                          TABLE

TABLE                                                     ZABCD

COLUMNS                                              AB|PC|KD

NAMEFIELD                                            AB


Attribute                                              Value
MSKEYVALUE                                    %ab%

MX_PC                                                    %pc%

MX_KD                                                    %kd%

I'm not sure what to use for the Pass Type but when I tried ToSAP; I get the error

Cannot write SAP ENTRYTYPE:TABLE

I am essentially try to write to a custom ABAP table.