Application Development and Automation 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: 
Read only

how to get data in given condition select statement

Former Member
0 Likes
689

hai friends.

i want to fulfill this condition using Outer join on SCMG_T_CASE_ATTR-CASE_TITLE = VBRP-VBELN

but i do not find any relationship between these the two tables . how to fulfill this condition.

using this two tables.

SCMG_T_CASE_ATTR-CASE_TITLE = VBRP-VBELN

thanks in advance.

hai friends.

i want to fulfill this condition using Outer join on SCMG_T_CASE_ATTR-CASE_TITLE = VBRP-VBELN

but i do not find any relationship between these the two tables . how to fulfill this condition.

using this two tables.

SCMG_T_CASE_ATTR-CASE_TITLE = VBRP-VBELN

thanks in advance.

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
612

CASE_GUID is a unique key for the case... you need to use that and find a place where you find it and then think of linking to VBRP.... GUID is like the OBJNR for matnrs and aufnrs....

Read only

0 Likes
612

hi

i am not able to understand, could u pls explain me in detail, so tat it will be crystal clear for me to map these tables

SCMG_T_CASE_ATTR-CASE_TITLE = VBRP-VBELN

thanks in abvance.

Read only

Former Member
0 Likes
612

If i understand correctly, you are storing VBRP-VBELN in a text field in table SCMG_T_CASE_ATTR.

Either check if the field SCMG_T_CASE_ATTR-CASE_TITLE has the value of VBRP-VBELN with or without leading zeroes.