Application Development 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: 

Hi All, I developed a BDC for transaction IE02

Former Member
0 Kudos

Hi All, I developed a BDC for transaction IE02, when i am uploading data into this bdc 'validity period' is automatically taking the present system date, as in program i have not given any validations for this validity from Can anyone guide me on this as so why the data in validity from is taking present system date and how do i avoid it.

Thanks..!!!

Regards,

Swarna

8 REPLIES 8

SharathSYM
Contributor
0 Kudos

Hi Swarna,

Have you added the Validity period field & the date in BDC table?

0 Kudos

Hi Sharath,

No its not added in the BDC table.

0 Kudos

You may need to also capture the validity period field into your BDC table.

Try after adding the fieldname & date into the BDC table.

0 Kudos

But validity from is not a editable in ie02, so if i add that in my BDC table then every time while uploading the data from excel , i will have to maintain that field right...

0 Kudos

Can you give me the field name that is being automatically updated.

If the field is not editable when you run the transaction in foreground, then if you include the field in your bdc it will make no difference it will always put the system date in anyway as this field is seemingly designed to do this. You would then have to use one of the many enhancements available in SAPMIEQ0 to control this.

0 Kudos

Hi Glen,

The filed is ITOB-DATAB, when i am changing the data manually in the transaction ie02 it is making no difference in the valid from date. But only on data changed through BDC is making a difference in the field.

Former Member
0 Kudos

Hi Swarna,

AS you mention  IE02  Validity From is not editable.

If you capturing this field in BDC then you can put hard-code date value sy-datum in this field , no need to chnage in excel or manual update every time.

and If you are not capturing  this field in BDC  then please try to use BAPI for uploading data.

like.

BAPI_EQUI_CHANGE or

BAPI_EQMT_MODIFY.

Regards,

Prasenjit

raymond_giuseppi
Active Contributor
0 Kudos

Take a look at transaction IE08 and ask your functionals.

Regards,

Raymond