SAP Messages

SAP message number 300 within class SSFCOMPOSER - Character format &1 not closed.








Messsage Text for 300(SSFCOMPOSER)

Character format &1 not closed.


What causes this issue?
The end of a paragraph was reached, but the character format V1 has not yet been closed.

System Response
Warning. The system automatically closes the character format.

How to fix the issue?
No action required; you should include the character format end.






ABAP Code to add mesage to own reports


MESSAGE W300(SSFCOMPOSER). "warning message
MESSAGE E300(SSFCOMPOSER). "Error message
--> See here for more options


Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. You will then be able to find this information quickly, simply by searching on the message class SSFCOMPOSER and number 300



Return to Message Class SSFCOMPOSER