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

TIME_TYPE in BAPI_SHIPMENT_CREATE

Former Member
0 Likes
4,729

Hi,

When i am using bapi BAPI_SHIPMENT_CREATE to create shipment i am facin one problem,when i entered values in TIME_TYPE TIME_STAMP_UTC TIME_Z and go back the value of TIME_TYPE field get blanked.i em entering values HDRSTSEADT

20090916083700

UTC

.please can anybody told me is anything wrong in this time_type data...

Thanks

Monica

4 REPLIES 4
Read only

Former Member
0 Likes
2,807

Hello ,

can u telll in which structure and in which way u are providing values to the bapi?

Thanks,

M.Naveen Kumar

Read only

0 Likes
2,807

Hi Naveen i am running bapi using t code se37 and using BAPI structure HEADERDEADLINE in that we have field time_type and i am entering value HDRSTSEADT.

Edited by: Monica23 on Oct 22, 2009 3:01 PM

Read only

0 Likes
2,807

Hi Monica,

Just happend to find this old thread when i was surfing for a similar problem. Just thought of giving idea as it may help others guys who may have similar problem.

Actually, structure HEADERDEADLINE must be filled in accordance with the following rule:

TIME_TYPE = logical time --> to be filled with fixed values:

TIME_TYPE = HDRSTPLDT --> Date/time of end of planning

TIME_TYPE = HDRSTCIPDT --> PLANNED date/time of check-in

TIME_TYPE = HDRSTCIADT --> ACTUAL date/time of check-in

TIME_TYPE = HDRSTLSPDT --> PLANNED date/time of loading start

TIME_TYPE = HDRSTLSADT --> ACTUAL date/time of loading start

TIME_TYPE = HDRSTLEPDT --> PLANNED date/time of loading end

TIME_TYPE = HDRSTLEADT --> ACTUAL date/time of loading end

TIME_TYPE = HDRSTCPDT --> PLANNED date/time of shipment completion

TIME_TYPE = HDRSTCADT --> ACTUAL date/time of shipment completion

TIME_TYPE = HDRSTSSPDT --> PLANNED date/time of shipment start

TIME_TYPE = HDRSTSSADT --> ACTUAL date/time of shipment start

TIME_TYPE = HDRSTSEPDT --> PLANNED date/time of shipment end

TIME_TYPE = HDRSTSEADT --> ACTUAL date/time of shipment end

Better try this.

Thanks,

Safeer Rahman

Read only

Manohar2u
Active Contributor
0 Likes
2,807

Check this table TTSEGTIME -and its conversion exits CONVERSION_EXIT_TIMEA_INPUT and CONVERSION_EXIT_TIMEA_OUTPUT