Hello everyone,
I'm trying to implement OSS note 1600130, here is a sample of a manual activity which bring me issues :
"Use transaction SE11 (ABAP Dictionary) to create the elementary search help REBPPARTNERAR with the short description "Partner by Address and Role" as an SAP object with assignment to the package RE_BP_BP.
As the dialog type, select "Dialog with value restriction". As the search help exit, enter REBP_F4_EXIT_PARTNER_ROLE. As the search help parameter, use the following values with the relevant attributes:
IMP EXP LPos SPos Data element
MC_CITY1 3 1 AD_MC_CITY
POST_CODE1 4 2 AD_PSTCD1
MC_STREET 5 3 AD_MC_STRT
HOUSE_NUM1 6 4 AD_HSNM1
COUNTRY 7 5 LAND1
MC_NAME1 8 6 BU_MCNAME1
MC_NAME2 9 7 BU_MCNAME2
BU_SORT1 10 8 BU_SORT1
BU_SORT2 11 9 BU_SORT2
PARTNER X 12 10 BU_PARTNER
BU_GROUP X 0 0 BU_GROUP
TYPE X 0 0 BU_TYPE
XPER X 0 0 BU_XPERS
XORG X 0 0 BU_XORGA
XGROUP X 0 0 BU_XGROU
ROLE X 1 0 BU_PARTNERROLE
ROLETITLE 2 0 BU_PARTNERROLETITL
Save and activate the changes."
I'm trying to get the following layout to read correctly where the values are :
? IMP EXP LPos SPos Data element
MC_CITY1 3 1 AD_MC_CITY
POST_CODE1 4 2 AD_PSTCD1
MC_STREET 5 3 AD_MC_STRT
HOUSE_NUM1 6 4 AD_HSNM1
COUNTRY 7 5 LAND1
MC_NAME1 8 6 BU_MCNAME1
MC_NAME2 9 7 BU_MCNAME2
BU_SORT1 10 8 BU_SORT1
BU_SORT2 11 9 BU_SORT2
PARTNER X or X ? 12 10 BU_PARTNER
BU_GROUP X or X ? 0 0 BU_GROUP
TYPE X or X ? 0 0 BU_TYPE
XPER X or X ? 0 0 BU_XPERS
XORG X or X ? 0 0 BU_XORGA
XGROUP X or X ? 0 0 BU_XGROU
ROLE X or X ? 1 0 BU_PARTNERROLE
ROLETITLE 2 0 BU_PARTNERROLETITL
It's impossible to know where the 'X' values belong : to column IMP (import) or column EXP (export). Is there any way to read correctly this table. I've tried to convert the data in Excel, but no success.
Thx for your help.