Skip to Content
0
Former Member
Sep 10, 2007 at 10:35 AM

Write statement

23 Views

Hello Friends.. I am upgrading an abap z-program from SAP 3.11 to ECC. the program contains a line: write: /(10) variable1, variable2. In 3.11 this line returns no error, but in ECC the following warning occurs: "you cannot use the syntax WRITE/ULINE/(10). The correct syntax is "WRITE/ULINE AT/(10)".

Not sure if i should ignore this warning.. I would appreciate any comment...

Best regards Ballo