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

append work area into custom table from database table & check the conditn

Former Member
0 Likes
547

hi!!

i have to fetch data from three table cobk, coep & repost1.

coep & cobk are database tables

&

repost1 & repost2 are custom tables.

Actually i have append data in a custom table repost2 & for that i have to check that

if belnr(document number) doesnot yet exists in the custom table repost2..

then i have to move the wa_coep into wa_repost2.

here coep is a database table.

please reply soon.

thank you

amit.

hi!!

i have to fetch data from three table cobk, coep & repost1.

coep & cobk are database tables

&

repost1 & repost2 are custom tables.

Actually i have append data in a custom table repost2 & for that i have to check that

if belnr(document number) doesnot yet exists in the custom table repost2..

then i have to move the wa_coep into wa_repost2.

here coep is a database table.

please reply soon.

thank you

amit.

2 REPLIES 2
Read only

Former Member
0 Likes
491

Hi

Create one wa what ever fields u want in all the tables

and create a internal table .

Write a join condition to get data from all the tables.

If it is helpful rewards points.

Regards

Pratap.M

Read only

0 Likes
491

Thank YOU all..........