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

IBIP TRANSACTION

Vijay
Active Contributor
0 Likes
443

hi,

can anybody please tell me how to upload data from the flat file to the sap system using IBIP transaction ???

and how to create general task list using transaction IA05.??

regards

vijay

hi,

can anybody please tell me how to upload data from the flat file to the sap system using IBIP transaction ???

and how to create general task list using transaction IA05.??

regards

vijay

1 REPLY 1
Read only

Former Member
0 Likes
391

Vija,

IBIP is a data migration tool that is specific to the PM & CS modules. Unfortunatley it is not too easy to use. The structures of your files need to be dead on and I have had some trouble going directly through IBIP.

However - a number of items that IBIP loads are visible inside LSMW. Meaning you can use LSMW to generate the right structure based on source data in flat sequential .txt files.

I have created a load routine in LSMW for task lists. You will see in LSMW there are three objects for task lists. Unfortunatley the default settings are incorrect - you may have to change the TCODE in the field mapping and conversion rules.

Other than that it is straight forward LSMW.

Good Luck