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 Error message "Editing was terminated"

Former Member
0 Kudos

hi..created lsmw with Object

0050 Customer master

Method 0000

Program Name RFBIDE00

Program Type B Batch Input

it upload only first record and for next it shows editing was terminated

FB012 Session 1 : Special character for 'empty field' is /

FB007 Session 1 session name CUST_REC was opened

FB109 Trans. 1 : Transaction xd01 is not supported

FB016 ... Last header record ...

FB014 ... BKN00-STYPE 1

FB014 ... BKN00-TCODE xd01

FB014 ... BKN00-KUNNR customer

FB014 ... BKN00-BUKRS titl

FB014 ... BKN00-VKORG sale

FB014 ... BKN00-VTWEG di

FB014 ... BKN00-SPART di

FB014 ... BKN00-KTOKD sort

FB014 ... BKN00-KKBER coun

FB013 ....Editing was terminated

can anyone help ?

10 REPLIES 10

Former Member
0 Kudos

Hi J ,

check for duplicate records in your file , i.e based on the name1....etc....

regards

Prabhu

0 Kudos

hi..

only one record i hve...no duplicate records

0 Kudos

Hi J ,

when i look at following error you are passing value COUN to account group , that means i line it picked at the conversion is Header like , so better to check your file attributes....tick the check both "file starts with header line"....

it upload only first record and for next it shows editing was terminated

FB012 Session 1 : Special character for 'empty field' is /

FB007 Session 1 session name CUST_REC was opened

FB109 Trans. 1 : Transaction xd01 is not supported

FB016 ... Last header record ...

FB014 ... BKN00-STYPE 1

FB014 ... BKN00-TCODE xd01

FB014 ... BKN00-KUNNR customer

FB014 ... BKN00-BUKRS titl

FB014 ... BKN00-VKORG sale

FB014 ... BKN00-VTWEG di

FB014 ... BKN00-SPART di

FB014 ... BKN00-KTOKD sort

FB014 ... BKN00-KKBER coun

0 Kudos

yes..i have given as field names at start of the file...

0 Kudos

Hi J ,

can you check your converted data before you do following step of creatiing sessions ..............

my Point is if its passing correct data ...you should have log like this

FB014 ... BKN00-STYPE 1

FB014 ... BKN00-TCODE xd01 -->XD01

FB014 ... BKN00-KUNNR customer--->SAP will assign running no

FB014 ... BKN00-BUKRS titl --->Real Company Code value ..

FB014 ... BKN00-VKORG sale

FB014 ... BKN00-VTWEG di

FB014 ... BKN00-SPART di

FB014 ... BKN00-KTOKD sort

in case of

regards

Prabhu

0 Kudos

hi..prabhu

converted data is absolutely correct...

0 Kudos

No it's not, otherwise you would not see that error.

I'm with Prabhu, it looks like the first line of your source data contains header texts, these need to be skipped already during the "read data" step, by marking the respective check box "field names at start of file" in the "specify files" step.

If that's not it, then something else is wrong in your source or converted data, difficult to see from far away. Have a closer look.

Thomas

Former Member
0 Kudos

I think the file you are using is not a corect one. This kind of issues originate mainly due to the file organization. Please correct the file & the fields that are empty/null should be replaced by special Nodata character '/'.

BR

Tanmoy

Edited by: Tanmoy Mondal on Dec 2, 2011 4:27 PM

0 Kudos

hi

records dont have empty spaces..onlySTART

XKEEP these fields of structure BGR00

gets spaces automatically as it gets executed...

Former Member
0 Kudos

> FB109 Trans. 1 : Transaction xd01 is not supported

Make sure 'XD01' is in upper case.

Rob