‎2019 Jan 30 9:29 PM
Hi All,
Need to remove the spaces between two rows of message output.
Thanks & Regards,
Sainath k.message-output.png
‎2019 Feb 01 2:02 AM
I think your problem lies on FM POPUP TO INFORM..
try to check if your popup if it is the same to below code
CALL FUNCTION 'POPUP_TO_INFORM'
EXPORTING
titel = 'POPUP TITLE'
txt1 = 'text1'
txt2 = space
txt3 = 'text2'.
‎2019 Jan 31 12:15 AM
‎2019 Jan 31 12:45 PM
What Is the output type? Pop-up window? SmartForm? WRITE statement?
More details will get you more relevant assistance.
‎2019 Jan 31 1:58 PM
Hi Loyd,
The requirement is when you create a purchase order with reference of contract, when ever change the netprice value in me21n they want to trigger a pop-up box and in pop-up box they want two messages in pop-up in that's the case we need to populate the message in output. previsouly attched one attachment those are the messages.in that condition i did the enhancement,they want to ask some more changes in reqiurement that is want to remove the space in between two rows. please find the previsous update and help me.
Thanks & Regards.
Sainath k.
‎2019 Jan 31 2:01 PM
Hi Quynh,
First i did debugging and i found one enhancement-point in that enhancement wrote some logic (Concatenate) as per their requirement that was done thay want some more changes that was the previous mail.
Thanks & regards
Sainath k.
‎2019 Jan 31 5:19 PM
HI sainath korada ,
Please write all your concerns as comment not as an answer .
Post your peice of code or snipshot of code along with your concern so that one can easily understand and may resolve your issue.
‎2019 Feb 01 12:57 AM
Im asking for what you said 'some logic ( Concatenate )'. You said concatenate do you mean you using CONCATENATE statement for this? the space you talking about is realy a space or a CRLF? or it just too long for a pop-up screen and line feed by itself...its a lot of guess cause you dont tell us how did you do to concatenate those string.
‎2019 Feb 01 2:02 AM
I think your problem lies on FM POPUP TO INFORM..
try to check if your popup if it is the same to below code
CALL FUNCTION 'POPUP_TO_INFORM'
EXPORTING
titel = 'POPUP TITLE'
txt1 = 'text1'
txt2 = space
txt3 = 'text2'.
‎2019 Feb 01 2:34 PM
HI Tan,
What you said about the issue absolutely correct and i tried that and fixed it.Thanks for your suggestion.
Thanks & Regards
Sainath k.
‎2019 Feb 12 2:22 AM
‎2019 Feb 14 7:55 PM
Hi All,
In that requirement they are asking another change, that was suppose they change two line item netprice values at a time but the information message pop-up coming two times.
need only one message pop-up box with line item messages.
Thanks & regards,
Sainath k.
‎2019 Feb 14 9:40 PM
Please post a new question. BTW don't use "Answer" on an existing question, it's reserved to "Solutions" only; use "Comment" if you need to give complements.