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: 

LSMW - Problem in cost center uploading

Former Member
0 Kudos

hi all,

i am trying to upload cost center through LSMW

<b>Business Object BUS0012

Method CREATEMULTIPLE

Message Type COSTCENTER_CREATEMULTIPLE</b>

in the 4th step i am getting error message.

<b>"No target structure could be found".</b>

if u have any idea , let me know .

Thanks and regards

JK

4 REPLIES 4

Former Member
0 Kudos

Hi

<b>Maintain structure relations</b>

In the step ‘Maintain Structure Relations’, the structural relationships between source and target structures are defined. The possible target structures are defined during the selection of the object type and the import technique

To define structural relationships, position the cursor on the field target structures. Clicking create Relationship button opens a window that displays the existing source structures for selection

If you want to change the relation, remove the existing relation first. In addition, you can use Check to check the structural relationships for errors

Reward if usefull

0 Kudos

hi Naresh ,

thanks for the reply ,

the thing is i am not able to execute Maintain structure relations (4th point).

when i select this option and run immediately i am getting the error message.

when i tried debugging i was able to find that IDOC type for COSTCENTER_CREATEMULTIPLE01 from table EDBAS

was not found.

Thanks and regards

JK

0 Kudos

hi all ,

Any boday any idea pls let me know ..

Point will be awarded for sure if its usefull.

Former Member
0 Kudos

Hi,

1. Maintain Attributes:

Here you have to choose the second option and you can do the recording how this should work. Then assign the same to the Batch Input Recording name.

2. Maintain Source structure:

Create a structure name

3. Maintain Source field:

In this you have to create a structure same as taht of the input file

eg: name

age

sex

<b>4. Maintain structure relations:

This will link the structure to the input file.</b>

5. Maintain field mapping and conversion rules:

Here is the place where you can do coding, depending upon the code you have written or assignment you have done the values will get picked up from the file and get processed.

6. Maintain field mapping and conversion rules:

If you have any fixed values you can define here.

7. Specify files:

Specify the input file path and type.

8. Assign files:

This will assign ur file to the Input file

9. Read Data:

This will read ur data from teh file.

10. Dispaly Read Data:

You can see the uploaded data

11. Convert Data

This will convert the data to the corresponding format for processing

12. Display Converted data:

13. Create batch input session

Here this will create a batch input session for processing

14. Run Batch Input session:

By clicking on the session and process the same you can do teh needfu.