cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Date functionality in Mapping

Former Member
0 Kudos

Hi Experts,

I have a couple of requirements using the Date functionality in the mapping.

1. I need to retrieve system time SY-UZEIT and add it to system date SY-UZEIT.

2. Also, I need to retrieve system date and time and the resultant is SY-DATUM/SY-UZEIT.

How, to proceed on these.

Please let me know.

Regards,

Aniruddha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes Thanks a lot everyone for system date I am able to use Current date format from Graphical functions, but for SY-UZEIT I think we dont have any.

My exact req. is to concate the system date and time in the recievre field only. These are not coming from sender it has to be feed in the receiver field only.

Regards,

Aniruddha

RKothari
Contributor
0 Kudos

Hi,

Current date function in GUI mapping has time information too.

Check the properties of Current Date function.

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

For concatenating the SY-DATUM and SY-UZEIT we have to use the current date function from SAP XI. But, if w euse concat function then it will want two arguments to be sent??

Regards,

Aniruddha

Former Member
0 Kudos

Hi Rahul,

Thanks a lot I did not check the properties before and I will also use concat function for the concatenated value of Date and Time.

Regards,

Aniruddha

Former Member
0 Kudos

You can use CurrentDate Function :

Double click on it . Use dd/MM/yyyy HH:mm:ss as target format ..

Cheers . Hope this will solve problem.

Former Member
0 Kudos

Hi

SAP XI has its own Date function in Graphical functions

Note : These function will return Data and time according to XI Server .

Now Please explain , what is your exact requirement.

Regards

Prabhat Sharma.

Former Member
0 Kudos

Hi Aniruddha,

1. I need to retrieve system time SY-UZEIT and add it to system date SY-UZEIT.

With this do you mean to say that you need to concatenate the system date and time. If so then there is a Text function in Message mapping called CONCAT.

2. Also, I need to retrieve system date and time and the resultant is SY-DATUM/SY-UZEIT.

I am not clear what you want in this. Please elaborate.

Also it would be good if you can share the actual scenario, your sender and reciever system and your requirement in detail.

Regards,

Rahul Grover

former_member207622
Contributor
0 Kudos

you can use the current date node function in mapping

ninad