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

report

Former Member
0 Likes
292

Hi all,

My req is to get as shown below.

s.no plant material 304 883 979......

1 075 111 1

2 075 112 1 10

Here 304,883,979 are the components.This report shows tht for 111 material only 979 is the component exits and corresp quantity is 1.ANd 112 material consits of 304 and 979 components and corresponding quantity is 1 and 10 resp.I need the o/p in this format.U are getting components and quantity frm <b>stpo</b> table and material from <b>mast</b> table .How to get the o/p like this.Pls explain with a sample code.

2 REPLIES 2
Read only

Former Member
0 Likes
258

can you be more clear plz?

Read only

Former Member
0 Likes
258

Hi

YOU can use Case End case with Componenets ,

When Perticular case is met append the quantiy in that respective column .

EX Case wa_stpo-<FLD>

When '979'

.........

when '304'

........

.

.

.

Endcase .

Append work area to final internal table

  • please mark useful answers