Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Deep Structure field in Read --Key Condition

$
0
0

Hi Experts,

 

I am having a query related to usage of a Deep structure table field field in my where condition.

 

Requirement:

 

I have a deep structure as follows

 

Deep1.png

 

It have components as fieldname and domain values(which is a table type of DD07V table).

 

deep2.png

 

Now i have an internal(lT_values) table which have 2 fields like

 

FieldnameValue
ABC1
XYZA

 

 

Now I need to check whether this value exist in the DOMVALUE_L or in DOMVALUE_H.

 

For  that I looped the value table.

 

LOOP AT lt_values INTO ls_values.

READ TABLE lt_dom_val INTO ls_dom_val WITH KEY Fieldname = ls_details-fieldname  <xxx> = ls_values-values.

 

Am not able to access the DOMVALUE_L or DOMVALUE_H in the condition.

 

Kindly let me know how to reframe my Read table condition.

 

Regards,

Kannan


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>