Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Not possible to Record the QS61 transaction code for Material Specification

Former Member
0 Kudos

Hi.

I am recording the QS61 transaction code to write a BDC program for "delete Material specification' action. Normally, SAP provides a Line-focus or search option to select a particular line. But in case of QS61, there are no such options available. So, without that, I am forced to delete all the lines, that I dont want to do. So, Can any one help with valuable suggestions on this??

Thanks in advance,

~ Guru

P.S:- There are no standard BAPI's existing to delete Material Specifications (T code: QS61) in SAP.

1 ACCEPTED SOLUTION

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You'll probably have to program the logic to count how many existing characteristic assignments are there for the material, scroll to the appropriate page (if necessary) and calculate which line index you have to select to remove.

It is a pain, but if there is no existing positioning function, that's all you can do.

1 REPLY 1

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You'll probably have to program the logic to count how many existing characteristic assignments are there for the material, scroll to the appropriate page (if necessary) and calculate which line index you have to select to remove.

It is a pain, but if there is no existing positioning function, that's all you can do.