cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment Task List - Component Deletion IA02

Former Member
0 Kudos

Hi - Can anyone help with the following issue :

"Issue in doing a BDC to select a particular Line Item in the Component Assignments screen in IA02 - Equipment Task List :

Issue in Identifying the position of the operation activity on the screen dynamically, and selecting position of the

inconsistent component of the screens of transactions IA02, IA06 and IA12 using BDC.

For Material BOM, Equipment BOM & Functional Loc BOM Transactions, A component can be identified using the "Position" Option.This is required while doing a BDC to choose a particular Item in a table control to update the BOM . BUT the "Position" functionality is not available in the Operation Overview and Components assignment Screen in IA02 - Equipment Task List .Due to this we are not able to select a particular Line Item in the Operation Overview and Components assignment Screen in IA02 by using a BDC."

Is there a way we can do this technically ?

Any help would be highly appreciated.Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

System usually displays records in a tabular form . There are some sap system variables form which you can identify how many rows are displayed on screen . Using this functionality you can decide on which line item you want to select and de-select..after that ever thing is normal , you can add , delete etc...any function can be carried out ...

Now how components are there can be derived from respective table and based on how many rows are displayed , you can carryout page down or page up to reach up to your point and you also you can place cursor on required row using calculation..

As you developer to wok on this logic ..i have developed this logic and implemented when i was a programmer way back in 1999...

Example :

System displayes 10 rows ...and you have 20 records in table and sap displayes only 10 rows at a time ..so 20/10 = 2 , you required one page down to reach second screen as you area already on screen one...

Thanks,

sudhi