Application Development 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: 

please treat this as very urgent

Former Member
0 Kudos

I have the report output like below.

output of the report:

<b> Usage App Proced Step Counter CondType AccSeq AccSeqNum

ConTable salesorg doc type customer channel</b>

B V1 V10000 220 00 ZCR1 Z200 05 005

B V1 V10000 220 01 ZRAS z200 05 001

B V1 V10000 225 00 TPT Z200 05 007

my requirement is that taking the value 'B'and value from condition table 005 and put in

in one value like B005 AND from select * from <b005> and based on cond type , we need to

pull the sales org and doctype values dynamically,similarly like for second rec

B001 , I NEED TO GET VALES FOR SALES ORG AND DOCTYPE, LIKE WISE I NEED TO PULL

I NEED TO RETRIEVE OTHER DATA BELONGS TO B007.

PLEASE TREAT THIS AS VERY URGENT COULD YOU PLEASE GIVE ME THE CODE HOW TO DO THIS.

PLEASE TREAT THIS AS URGENT.

3 REPLIES 3

Former Member
0 Kudos

hi

<b>strcat</b> function may solve your problem, i am not sure

correct me if i am wrong

regards,

pavan

Former Member
0 Kudos

hi

<b>strcat</b> function may solve your problem, i am not sure

correct me if i am wrong

regards,

pavan

Former Member
0 Kudos

Hi,

try the following code within loop.

tab_name is charecter type and 30 letter length

concatenate contable channel into tab_name.

select * from (tab_name).

L.Velu