Application Development and Automation 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: 
Read only

Get data from domain value

Former Member
0 Likes
929

How can i do the conversion of the date format for example,

if i get in BAPI_USER_GET_DETAIL in the defultes tables in DATFM = 1

How i get the value of the domain (in code) ? DD.MM.YYYY

Best Regards

Michael

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
751

Use the FM GET_DOMAIN_VALUES, and pass the domain name XUDATFM

Regards

Shiba Prasad Dutta

How can i do the conversion of the date format for example,

if i get in BAPI_USER_GET_DETAIL in the defultes tables in DATFM = 1

How i get the value of the domain (in code) ? DD.MM.YYYY

Best Regards

Michael

2 REPLIES 2
Read only

Former Member
0 Likes
752

Use the FM GET_DOMAIN_VALUES, and pass the domain name XUDATFM

Regards

Shiba Prasad Dutta

Read only

Former Member
0 Likes
751

Hi

It's the description of the value of domain (XUDATFM), u can get it from table DD07T

Max