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

Adding attachments to equipments (massive)

Former Member
0 Likes
306

Hi all,

I need to attach n documents to n equipments, just like it is possible to do by transaction IE02, but with a massive process (possibly in background with an input file).

Since this functionality is not available using SHDB I cannot use BDC.

Can anybody suggest a solution ?

Thanks in advance.

Hi all,

I need to attach n documents to n equipments, just like it is possible to do by transaction IE02, but with a massive process (possibly in background with an input file).

Since this functionality is not available using SHDB I cannot use BDC.

Can anybody suggest a solution ?

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
264

Hi,

Try to use LSMW . Object - 0400 , Method -0001(create) , 0002(change) . pgm name - IBIP.

Create two flat files . One for header and one for item( for attachement) . Have a identiical field in both these files and upload.

i have done using this.

Regards