cancel
Showing results for 
Search instead for 
Did you mean: 

Web-dynpro Coding help

Former Member
0 Kudos

Hi Everyone,

I have to build a report , where the requirement is to fetch the data from backend FM.

Its like this, Pickup all the entry sheets and its values.

and for every entry sheet pick the details of it.

Now there are 4 diffrent entry sheet types ,

a) Labor entry sheet

b) Equipment/Material

c) Thrid party

d) Miscellaneous

Now the report out put is something like this :

it has 4 entries , in which they are all the 4 entry sheet types.

the first row should show the header type data: like

i) invoice number

II) plant

iii) vendor

iv) total cost

v) entrysheet type etc

second row should be a table table , which contains details of te entrysheet like

for labor entry sheet

i) employee name

ii)ID

iii) man hours

if in case the entrysheet is Material,

the next row table should contain

i) material no

ii) description

for third party

the table should contain third party service and name

similar for miscellaneous

now from back end i have 5 internal table

first which has the 4 entries of header type data for 4 entry sheet s

and the rest 4 tables are for the details of each type of entrysheets .

Now I have these internal table but have no idea as the 4 entries of header table is a table and how can i add table within a table

and the details table should also have appropriate headers too.

is it possible to achieve and how can i ???

How can i achieve this as iam very new in web dynpro development (Java webdynpro) ,...

Regards,

Raj

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

c

former_member193769
Active Contributor
0 Kudos

Hi,

Send me test mail to gopalas999 at gmail

I can help you with a document.

Thanks and Regards,

gopal.sattiraju

Former Member
0 Kudos

Hi,

I suggest to work with Web Dynpro for ABAP when all the data is stored in the Backend instead of using the JCo for calling the FM. You have the advantage that you get automatically value helps from the data dictionary without any effort.

Anyway, I think for your requirement you should use table popins in Web Dynpro.

I have read about it in Thomas Jung and Rich Heilman book "ABAP - Next Generation" in chapter 12, maybe you have the book. Otherwise you can search on SDN for table popin. I remember that there are some blogs about it. Or check the [SAP help.|http://help.sap.com/saphelp_nw70/helpdata/EN/23/5e9041d3c72e7be10000000a1550b0/frameset.htm]

I think this meet you requirements to have tables in tables as popin.

Hope that helps.

Best Regards,

Marcel