Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Concatenate issue

former_member572496
Participant
0 Likes
2,492

Hi All,

Need to remove the spaces between two rows of message output.

Thanks & Regards,

Sainath k.message-output.png

1 ACCEPTED SOLUTION
Read only

tan_michael
Active Participant
2,306

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'.
11 REPLIES 11
Read only

DoanManhQuynh
Active Contributor
2,306

How did you do to concatenate?

Read only

loyd_enochs3
Participant
2,306

What Is the output type? Pop-up window? SmartForm? WRITE statement?

More details will get you more relevant assistance.

Read only

former_member572496
Participant
0 Likes
2,306

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.

Read only

former_member572496
Participant
0 Likes
2,306

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.

Read only

2,306

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.

Read only

0 Likes
2,306

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.

Read only

tan_michael
Active Participant
2,307

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'.
Read only

former_member572496
Participant
0 Likes
2,306

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.

Read only

0 Likes
2,306

Good that you have solved your concern. 🙂

Read only

former_member572496
Participant
0 Likes
2,306

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.

Read only

2,306

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.