Entering content frameProcedure documentation Filling SAP Data Structures Locate the document in its SAP Library structure

Standard SAP data transfer programs require that every field in a data structure contains either:

If you are writing your own conversion program, you should therefore initialize all of the fields in your batch input data structure with the NODATA character. The NODATA character must occupy the first position in the field, as shown in the figure below.

By default, the NODATA character is the forward slash. To initialize a field to NODATA, you must write this character as the first character in the field value.

This graphic is explained in the accompanying text

If a batch input program finds NODATA in a field, then the program allows the field to default to its standard value in the SAP transaction that contains the field.

Setting the NODATA character: You can freely select another character as the NODATA character by:

Data: <Name> like bgr00.
<Name>-NODATA = ‘<Character>‘.

 

Leaving content frame