cancel
Showing results for 
Search instead for 
Did you mean: 

Populate item data in the item overview screen in PO in SRM 7.0 ?

Former Member
0 Kudos

Hey Guyz ,

Here is something That I am really struggling on :

The requirement is like :

The user will go to the PO creation screen on the SRM portal , click on import and use an excel file to create the PO .

I am reading the data from the excel file in internal table and then I export the file data so that I can impoort it at proper places.After that I populate the header and item data on the portal .

I go to the respective web dynpro Components and populate data using Set_attribute methods.

For header data , setting was easy since they were individual fields .

I am struggling with setting the data in the item screen as it is a table .

I want to populate the item data in the WDINIT / WDMODIFY for view V_PO_DOTC_BASIC for WD component /SAPSRM/WDC_UI_PO_DOTC_IT .

Can somebody guide me on this ?

Regards,

Ambar Patil.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Found the solution on own . There were issues with Binding !