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

date values upload using bapi of characteristics.

Former Member
0 Likes
855

hi,

i am facing a problem at the time of date values upload using bapi of characteristics.

when i am selecting the data type as char or num, it is uploading successfully.

but when i am selecting the date format, date values not being upload in value tab.

pls help.

Regards

Nitin Varshney

Edited by: NitinVarshney on Jun 24, 2009 6:23 PM

1 ACCEPTED SOLUTION
Read only

dhirendra_pandit
Active Participant
0 Likes
779

Hi just pass the value of date to num field.

however carefull the date should be in internal format YYYYMMDD.

just assign it to NUM field and test.

regards

D. Pandit

4 REPLIES 4
Read only

Former Member
0 Likes
779

if you take char or num is there any probelm? if not you can use char or num type itself.

Read only

0 Likes
779

when i am using char or num, it is not uploading the values.

Read only

dhirendra_pandit
Active Participant
0 Likes
780

Hi just pass the value of date to num field.

however carefull the date should be in internal format YYYYMMDD.

just assign it to NUM field and test.

regards

D. Pandit

Read only

0 Likes
779

Thanks dhirendra,

But i have already closed this issue.