cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch brf object admin data(creater, create date)

sunlw999
Advisor
Advisor
0 Kudos

hi experts:

            Do you know how can i fetch a brf object's admin data by program, such as :creater, create date.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi David,

BRF or BRFplus?

For BRFplus you can fetch an instance to your BRFplus object via:

CL_FDT_FACTORY=>GET:INSTANCE_GENERIC

You have to hand over the UUID of the object to that method. The returned object instance implements the interface IF_FDT_ADMIN_DATA. Here you have access to all the administrative data of the BRFplus object

BR

Christian

sunlw999
Advisor
Advisor
0 Kudos

Thanks Christian

Answers (0)