Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Persistent Classes

$
0
0

Hi Venkat, I don´t know if I´m understanding correctly your problem, but I´m going to expose how I used the persisten classes in my last project.

I mapped the table to the persisten class. I chose 2 keys: Business key (like empno, or vbeln) and technical key (I used a guid field, just like CRM). To define a foreign key relation, just put the guid as attribute of the transparent table and It worked in the mapping of the other persistent class....

 

Original class:

MANDTMANDTCLNT30Mandante
EXP_GUIDZGC_EXP_GUIDRAW160ZGC: Expediente - Id Interno

 

Related class:

MANDTMANDTCLNT30Mandante
ACC_GUIDZGC_ACC_GUIDRAW160ZGC: GUID de una acción
EXP_GUIDZGC_EXP_GUIDRAW16

 

 

It worked for me... :/


Viewing all articles
Browse latest Browse all 10425

Trending Articles



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