2010 Jul 27 9:29 PM
Hi ,
I was used BAL_LOG_MSG_ADD_FREE_TEXT in my zprogram.
but it is displaying Message upto 255 chars in the report output grid display.
but as per my requirement i want to dispaly morethan 1000 chars in the report output
how can implememt the logic in my program for this function module.
Please help me.
Regards,
Vijay.
this function module creates a message containing whatever text you want but only upto a limit of 200 characters. Actually it cheats the system by creating a message and breaking up the free text into 4 chunks of 50 charatcers, 1 chunk for each of the 4 symsgv variables. It uses message class BL and message 001 which is defined as & & & &, so it's completely free-format.
If you want to have a bigger field you'll need to use another technique altogether.
2010 Jul 28 2:09 AM
this function module creates a message containing whatever text you want but only upto a limit of 200 characters. Actually it cheats the system by creating a message and breaking up the free text into 4 chunks of 50 charatcers, 1 chunk for each of the 4 symsgv variables. It uses message class BL and message 001 which is defined as & & & &, so it's completely free-format.
If you want to have a bigger field you'll need to use another technique altogether.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |