Quantcast
Channel: SCN : All Content - SAP MaxDB
Viewing all articles
Browse latest Browse all 322

For all entries for Tabletype without field

$
0
0

Hi,

How do I use for all entries for the internal table of table types without fields?

I have table type CRMT_OBJECT_GUID_TAB which has line type as data element, so does not have any fields.

Example:

data: lt_guid type crmt_object_guid_tab,

lt_customer_i     type table of crmd_customer_i.

 

select * from crmd_orderadm_i into table lt_guid .

select * from crmd_customer_i into table lt_customer_i for all entries in lt_guid

where guid = ?????

 

What should I write here in where condition?

 

Regards,

Sagar


Viewing all articles
Browse latest Browse all 322

Trending Articles



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