cancel
Showing results for 
Search instead for 
Did you mean: 

QA33- Modification needed

former_member231735
Participant
0 Kudos

In QA33 selection screen I need to have an ICON (Custom) at the top .

when clicked it should bring an input screen. Upon data input into that input screen , it should populate a list of numbers stored in  a custom table into the "Batch" field selection . Basically  copy paste the numbers into "batch" field selection.

Now I can run the report with these batch numbers.

How can we achieve this.?

Accepted Solutions (1)

Accepted Solutions (1)

former_member208398
Active Contributor
0 Kudos

S S,

I fully agree with Craig S.

How about you take this in a 2-step process?

(a) create an independent report program with the input screen that you are specifying and this report creates variant for QA33 and provides you the generated name of the variant. I think making this variant user specific default should also be possible.

(b) then in QA33 you load this variant and execute

IMHO I find this requirement a bit odd so I would like to have further clarifications about why this is needed.

Best Regards.

Rajen

former_member231735
Participant
0 Kudos

I am scanning the products and storing the serial# in a custom table. Now in QA33/31 ,I would like to copy and paste (use) these serial#'s into the "Batch" field of QA33/32 from the custom table.

So  If I have the  ICON and click it ,I can get the "Batch" (Serial# that is in the custom table) populated into the filed.

former_member208398
Active Contributor
0 Kudos

S S,

While you are storing it to the custom table, can you put the variant creation functionality in the same custom functionality as described in my earlier response?

BR,

Rajen

former_member42743
Active Contributor
0 Kudos

You are aware users can copy and paste in the batch selection field from their clipboard right?

They can pull up you custom table in another screen and simply copy and paste the batch values into the QA33 batch multiple selection field.  Only a few clicks to do this.

I'm not sure it's worth the development effort for a special button and everything.

Craig

former_member231735
Participant
0 Kudos

Craig S

Well I see that copy and paste fn.

let me chk.   Thx

former_member337613
Participant
0 Kudos

As Craig has said it would be easier to copy and paste the batch values from batch table but you need to make sure users can access the custom table in the first place. For example if you are using SE16N to view the table then this transaction may be restricted to general users.

If this is the case then you may need to go down the development route, in which case rather than copying the standard program and adding a button, I would develop a new transaction with all of the functionality that you require.

former_member231735
Participant
0 Kudos

let's close it as we are going with copy and paste into QA33/32.

former_member337613
Participant
0 Kudos

Can you close this question as answered.

Thanks

Answers (1)

Answers (1)

former_member42743
Active Contributor
0 Kudos

You can't.  The batch field in QA33 is directly tied to the batch of the inspection lot found in the QALS table.

Why are you trying to change this in a display transaction anyway?  Better yet, why would you want to change it to begin with?????

Craig