2019 Mar 19 7:08 AM
Hi,
Is there any data element in ABAP which contains all the below patterns . My requirement is to include all the below relational operators in my Ztable for a particular field. i tried with other DE's like BRR_OPERATOR , but not getting all these. Can someone help me on this !!
Thanks in advance,
Swapna
2019 Mar 19 7:42 AM
Data elements don't contain anything. They define type at a higher semantic level than domains.
2019 Mar 19 8:10 AM
2019 Mar 19 8:34 AM
s.paramata I've no idea if there is another way, because I don't know what it is you are trying to achieve. Your question as it stands does not make any sense to me.
2019 Mar 19 10:17 AM
2019 Mar 19 10:32 AM
Hi,
I think you have to create your own domain. Table DD07T holds the texts belonging to domains with fixed values and I can't find "Select: Less than" for instance. SAP probably creates the list programmatically (did you try debugging the popup to find out where the values are coming from?).
Kind regards, Rob Dielemans
2019 Mar 19 11:08 AM
Those icons are calculated in some includes such as LSE16NTOP, top include of FG SE16N, and icon names are built in a form such as GET_ICON_NAME of same FG.
So depending on your exact requirement, you could create a domain (to use in a data element and then your own tables) or just a search help (that you could build with search help exit and using code of SE16N FG) to attach to your field.
2019 Mar 22 10:02 AM
Check domain VOPERATOR. I know it's not the same as you posted, but it's something,
2019 Mar 22 3:28 PM
Its content is almost identical to the domain BRR_OPERATOR that Swapna mentioned in his/her question.