cancel
Showing results for 
Search instead for 
Did you mean: 

Wire Schema in Custom model UI

Former Member
0 Kudos

I have configured UI components around USMD_ENTITY_VALUE2, using  FPM_FORM_UIBB_GL2 type UIBB and FPM_LIST_UIBB list.

My intention is to access a value entered on one UIBB from the other.

I believe Wire schema is the solution.

Not too sure if USMD_ENTITY_VALUE2 supports wire schema, but I cannot find the Wire button enabled under Wire schema tab.

Am I missing something?

Accepted Solutions (0)

Answers (2)

Answers (2)

raghu3
Contributor
0 Kudos

Hi,

As far as I know , USMD_ENTITY_VALUE2 doesn't support wire schema. Use USMD_OVP_GEN for UI modelling .Check this

https://help.sap.com/erp_mdg_addon70/helpdata/en/95/be4952bc8d5a64e10000000a423f68/content.htm

Regards,

Raghu

Former Member
0 Kudos

Hi Mush,

You are right. Check the wire schema.

You can use the below component and connector class.

Component: FPM_LIST_UIBB_ATSFPM_LIST_UIBB_ATS

Connector Class: L_MDG_BS_CONNECTOR_BOL_RELCL_MDG_BS_CONNECTOR_BOL_REL

Component: FPM_FORM_UIBB_GL2FPM_FORM_UIBB_GL2

Connector Class: CL_USMD_CONNECTOR_BOL_QRY

Regards,

Pranab

Former Member
0 Kudos

Hi Pranab,

I changed the list type to FPM_LIST_UIBB_ATS, and form is FPM_FORM_UIBB_GL2,

I first need to get the Wire button enabled to enter the wire connector information.

Wire button is disabled.

regards

M

Former Member
0 Kudos

Hi Mush,

please add it as below.

Component: FPM_LIST_UIBB_ATS

Srce Inst. ID:

Config ID: <enter ur config id>

Port Type: Lead Selection

Instance ID:

Port Identifier: STANDARD

Source Component: FPM_FORM_UIBB_GL2

Connector Class: CL_MDG_BS_CONNECTOR_BOL_REL

Source Config Name: <sourc config>

let me know if it solves ur issue.

Regards,

Pranab

Former Member
0 Kudos

Hi Pranab,

But I donot get the  "wire" button enabled. See the screenshots below ..this is when I used USMD_ENTITY_VALUE2

It seems wire schema is not support in USMD_ENTITY_VALUE2 as suggested by  Raghu.

regards

raghu3
Contributor
0 Kudos

Hi,

Yes , wire schema is not supported in USMD_ENTITY_VALUE2. Use USMD_OVP_GEN. Also , check if you could use cross entity derive BADI USMD_RULE_SERVICE_CROSS_ET

Regards,

Raghu