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 for G/L master data (RFBISA00)

Former Member
0 Kudos

Hello,

I have goen through all the steps of the lsmw "wizzard".

When I lauch the batch input however, I get the error message

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

Trans. 1 : Transaction FS01 is not supported

... Last header record ...

... BSK00-STYPE 1

... BSK00-TCODE FS00

... BSK00-SAKNR 10000000

... BSK00-BUKRS LONA

... BSK00-REF_SAKNR /

... BSK00-REF_BUKRS /

....Editing was terminated

It is, as if it places a / in empty fields where it should be blank.

Thanks for any help,

Alain

3 REPLIES 3

Former Member
0 Kudos

check if those two fields are mandatory in the transaction... if yes you will not be able to leave it as blank.

Prince

0 Kudos

One more thing . Welcome to SDN

Prince

0 Kudos

Hello Prince,

thank you for the answer.

I am afraid the issue is not about compulsory field but rather that it takes value / for blank fields.

Maybe I have to specify value blank in field BGR00-NODATA, but i do not know how to do it.

Indeed, in RFBISA00 program documentation, you can read:

"<i>For each field which is transferred in batch input structure, you must decide whether the value of the field is initial (for example, the field should be reset to the initial value) or whether no batch input at all is necessary for this field.

That means, a special character must be specified which has the function: "No batch input for this field".

This special character is the character "/" by default.

If the special character "/" is not to be used, you can specify another special character in the session prefix in field BGR00-NODATA which will carry out this function.

You "initialize" a batch input structure (with the exception of the session prefix BGR00) by filling out the record type and (if applicable) table name fields with the correct values, and the other fields in the structure with the special character NODATA."</i>

Any support is welcome,

Thanks,

Alain