cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_CONTRACT_CREATEFROMDATA start date

Former Member
0 Kudos

Hello,

i use this bapi to create an contract.

I have to insert the start date into the head of contract, but i don't find the right field for it.

Can anybody help me?

Thanks in advance,

S.Berg

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

this attribute CONTRACT_HEADER_IN-CT_VALID_F (contract validity start date) should help.

Former Member
0 Kudos

Good morning,

yes, i found this field.

But if input some value into it (i use JCO) i doesn't see any changes in the transaction 'VA43'.

My goal is to create an order with different start date as now.

I could insert the start date for every position, but i want to make the "global" start date for complette order.

Any ideas?

S.Berg

Former Member
0 Kudos

I did it

Insert the date values into the parameter table CONTRACT_DATA_IN, column: CON_ST_DAT,

without the order position, so the input are for complette order.

S.Berg