cancel
Showing results for 
Search instead for 
Did you mean: 

Create Shopping cart Web Dynpro Component name

Former Member
0 Kudos

Hi All,

Can anyone please let us know the name of the web dynpro component for creating shopping cart in SRM 7.

We basically need to find out what is the code that is being called when we click on the check button on the shopping cart.

Thanks,

Tirth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tirth,

WebDynpro Component for Shop (Employee):

General Information About the Application and Component

Application: POWL

Web Dynpro Component: SALV_WD_TABLE

Window Information: TABLE

View Information: VIEW_TABLE

Configuration ID: Z201004300917185034530

Information on Field

Field ID: F_SHOP

Type of UI Element: TOOLBAR_BUTTON

UI Element Library: STANDARD

WebDynpro Component for Create Shooping Cart (Purchaser):

General Information About the Application and Component

Application: POWL

Web Dynpro Component: SALV_WD_TABLE

Window Information: TABLE

View Information: VIEW_TABLE

Configuration ID: S200804171529477236670

Information on Field

Field ID: F_CREATE

Type of UI Element: TOOLBAR_BUTTON

UI Element Library: STANDARD

If you want to check the code at the time of SC creation, check the feeder classes:

SAPSRM_FEEDER_SC(Type): /SAPSRM/CL_CLL_PWL_A_SC(Feeder Class)

SAPSRM_FEEDER_SC_PROF(Type):/SAPSRM/CL_CLL_PWL_A_SC_PROF (Feeder Class)

Thanks,

Anshuk Saxena

Former Member
0 Kudos

Hi,

In SRM 7.0 for each button on the Portal UI calls for a different webdynpro components.

It SRM 5.0 ITS screen where we can find the View source code and check the T.Code.

this is not applicable in SRM 7.0.

For create shopping cart .click the button right click the mouse check for the more field help.

The corresponding webdynpro component is SALV_WD_TABLE.

In SRM 7.0 you cannot able to find the T.code

Regards

G.Ganesh Kumar

Former Member
0 Kudos

Thanks Ganesh,

We would like to know what would be the UI component where the "check" button is placed. We basically are trying to find what is the code in the handle of the check button. There is also a BADI "BBP_DOC_CHECK_BADI" which gets triggered.

We believe this badi would be called from the same handler.

Please advise.

Thanks,

Tirth

Former Member
0 Kudos

Hi Trith,,

For the check button the webdynpro component :is FPM_OIF_COMPONENT

If you are working in SRM 7.0 . to check the Webdynpro component place the cursor on the button right click and check

more field help to find the webdynpro component

Regards

G.Ganesh Kumar