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

Special characters

0 Likes
1,630

Hi everyone. Could someone suggest me how can I take the data like name1, name2, city from lfa1 e kna1 and display it in separate table? Thanks

Hi everyone. Could someone suggest me how can I take the data like name1, name2, city from lfa1 e kna1 and display it in separate table? Thanks

5 REPLIES 5
Read only

basantmhr
Participant
0 Likes
1,503

Can you please provide a clear description of what is required, as far as I understand from the above question is that you want to display fields CityCode, name1, and name2 and display those in a form of a table.

By table Do you mean to say View ? or Table in a ALV?

Read only

0 Likes
1,503

exactly. I need to take this information and display it only if it contains the special characters.

Read only

0 Likes
1,503

Please use the COMMENT button for comments, questions, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.

Read only

VXLozano
Active Contributor
0 Likes
1,502

Any ABAPer (even the freshest ones) could suggest you how to do that.

Read only

S0022029617
Active Participant
0 Likes
1,502

Fetch KNA1-ADRNR for the desired KNA1-KUNNR (Customer no.) and pass the ADRNR value into ADRC-ADDRNUMBER and fetch NAME1, NAME2 or CITY1 as per your requirement and store the values in the new Z-Table that you want to create. Provide this sequence and logic to your ABAP consultant who can code this accordingly in your System.

The above logic is totally a ABAP development and can not be achieved through a stand alone configuration.