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: 

ERROR MESSAGE WITH LSMW SIMULATING QDL2 TRANSACTION

Former Member
0 Kudos

HI everyone,

I will explain you my problem. When I want to simulate the QDL2 transaction with LSMW to change a quality level, I fill the field plant, material and vendor and when I click on Quality level I have this error message:

"Flow Control: Entry SAPMQDQL, NEXT, (star), 100, ,(star) is missing in T185"

while when I put all the informations (same plant ,material and vendor) in QDL2 transaction I have no problema .

Please help me. Thank you very much .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check the conversion routines for all the Fields.

Check the spaces also

8 REPLIES 8

Former Member
0 Kudos

Hi,

Check the conversion routines for all the Fields.

Check the spaces also

Former Member
0 Kudos

Hi,

I am not sure with the solution but looked at the error message and looked at the entries of the table T185. You can do a lookup in that table with field AGIDV = SAPMQDQL and look at all the function codes defined for that program screens and I think you are passing or some wrong function code is getting passed which is not defined in this table. Please Check. I am not sure if this will help.

Thanks.

0 Kudos

Hi,

I think this error message was talked about in SAP Notes, check this way ! You could also check if this transaction can be "simulated" by any LSMW or SHDB transaction, because it seems not....

Hope it will be helpfull

Regards,

--Yohann CAMP.

0 Kudos

Note 86590 provides a solution. You need to set the parameter id 'QLD' to one of the following values:

value '0', for dynamic modification at inspection type level

value '1', for dynamic modification at lot level

value '3', for dynamic modification at characteristic level

Then it should work with BDC's ECATT's and anything else that does a call transaction.

0 Kudos

Hi Brad Grayson,

Than you for giving the right answer. Even I had faced the same problem.

I am able to solve the issue as per your suggestions.

Thanks a lot.

thanks and regards

murugesan

0 Kudos

You need to maintain a new parameter "QLD" in your user profile.

0 Kudos

Thanks for the solution

setting the user parameter QLD solution worked well.

thakns

chaitanya.

Former Member
0 Kudos

Setting Paramater ID worked for me - Thanks!