Application Development 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: 

How to Get all DDIC element (Data Dictionary) in BRF+

former_member445147
Participant
0 Kudos

Hi All

i have situation where i have to supply all DDIC element (Data Dictionary)  to F4 help in  front end .

is their any method or API or function module which will give all DDIC elements for the BRF+ .

so i can directly  front end.

thanks

Regards

Harish CHH

1 ACCEPTED SOLUTION

Clemenss
Active Contributor
0 Kudos

Can you just say what do you mean by " all DDIC elements for the BRF+"? as far as I know BRF+ is a Business Rule Framework which is not specific for any module.

If it's just about a search help for all available SAP DDIC data elements then use standard elementary search help DD_DTEL.


Regards Clemens

BTW: What was your search effort?

4 REPLIES 4

Clemenss
Active Contributor
0 Kudos

Can you just say what do you mean by " all DDIC elements for the BRF+"? as far as I know BRF+ is a Business Rule Framework which is not specific for any module.

If it's just about a search help for all available SAP DDIC data elements then use standard elementary search help DD_DTEL.


Regards Clemens

BTW: What was your search effort?

0 Kudos

Hi Clemens Li

Thanks for the reply ,can you please tell how to get standard elementary

Thanks

Regards

Harish Chh

Clemenss
Active Contributor
0 Kudos

Hi Harish,

you said you need F4 help in  front end. F4 is the standard function key to invoke a search help. So I assumed you know what a search help ist and how to invoke it.

Let me assume you have an ABAP report with selection screen. Then please use

PARAMETERS p_dtel TYPE rollname MATCHCODE OBJECT dd_dtel.

Then run the report and press F4 on input field p_dtel.

If this answer does not help you, feel free to explain your situation in detail.

Regards Clemens

0 Kudos

Hi Clemens

Actually i needed all data elements for F4 help , i thought  to get all data element they may providing any method or function module and I found we can get all data element from table itself ie ( DD04L and DD04T tables ).

thanks for reply

Regards Harish