cancel
Showing results for 
Search instead for 
Did you mean: 

Add Column in BIdder POWL

Former Member
0 Kudos

Hi Experts ,

I want to add an additional column to the result table of Bidder POWL . And I have to populate data into that .I am new to POWL . So Pls let me know the steps to be followed to do this and in the same way i have to add one field in selection criteria and based upon that we should get values .

Thanks ,

Sandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Sandeep,

do the following

1. identify the abap structure that is used by the POWL. you can find this by checking the GET_OBJECT_DEFINITION method of the feeder class.

2. enhance the structure by adding your own attributes

3. afterwards you need to enhance the GET_FIELD_CATALOG method and populate the new attributes in the C_FIELDCAT internal table

4. enhance the GET_OBJECTS method of the feeder class to populate the data for the new attributes.

BR, Saravanan

devrajsinghr
Active Participant
0 Kudos

Hi Saravanan,

Thanks for providing step by step detail. Just implemented the same for RoS Supplier.

I guess u have just missed below at point 3.

3. afterwards you need to enhance the GET_FIELD_CATALOG method and populate the new attributes in the C_FIELDCAT internal table &  mt_fieldcat attribute.


Hope this ll help others.


Regards

Devraj