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

BDC's issue

Former Member
0 Likes
347

Hi Friends.

I have one issue. I have created a bdc to upload assets using AS01 transection . I have uploaded 5-6 fields....in all of these 6 fields one fields is CAPITALIZED ON (DATA TYPE - DATE) . I have successfully upladed 12000 records. But now, my reqirement is i need to delete this CAPITALIZED ON (DATA TYPE - DATE) field from all the records.So plz help me how can i delete or blank this field from all the records through BDC's .To solve this issue i have uploaded same format or records to delete that date instead of date i put blank but it didn't work.

Regards,

Sandeep

2 REPLIES 2
Read only

Former Member
0 Likes
318

Hi,

In this case you have to do a recording for tcode AS02 and suppy the Date field empty if it accepts.

Regards

Karthik D

Read only

Former Member
0 Likes
318

HI,

If you need same BDC to create Asset Master Creation without the field 'Capitalized On', Then just comment that particular Line inculding the screen field 'ANLA-AKTIV' with PERFORM.

Also remove that field from internal table.

Otherwise go for change master record using BDC using AS02

Regds,

Anil