cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extracting Date & Time values from a SAP Table

Former Member
0 Likes
334

Hi,

I am extracting the Date and Time values from a SAP table. I am getting different values in the output - some date in the past. Its not correct. Can somebody tell me what are the usual mistakes one may make here? Appreciae it.

Regards,

V M.

Edited by: V M on Jul 22, 2008 10:57 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192939
Active Participant
0 Likes

Check the date format in SAP.

Former Member
0 Likes

I got this to work now. But my XML output has 4 columns of which I want to supress 2. I do not want to display them. Can somebody tell me how to do that? All 4 fields are defined in my 'IllumDoc' action block. Appreciate it.

Regards,

V M.

Former Member
0 Likes

[dude.....|http://help.sap.com/saphelp_xmii120/helpdata/en/44/351273ba154cc5e10000000a11466f/content.htm]

Former Member
0 Likes

In your display applet you can use "DisplayColumns" parameter to show only the desired columns.

Former Member
0 Likes

It works now. Thanks for your ideas guys.

Regards,

V M.

Former Member
0 Likes

Hi,

1. Don;t define the fields in the Illumdoc..

If functional requirement is not allowing this then

2. Use the desired columns to display template like display columns in iGrid or Value columns in iChart

3. If you want to do this logic in the BLS itself....

xml functions---> Column stripper

you can use this action block to remove the columns..

Regards,

Kishore

Former Member
0 Likes

Sounds cool Kishore. I will try the 'Column Stripper' method next time.