cancel
Showing results for 
Search instead for 
Did you mean: 

In registered product QC screen standard product field issue.

0 Kudos
238

Hi ,

we have a extension field named as cross reference unique id in registered product quick create screen, if we select the product id from cross reference unique id field, the description should visible in standard product field.

step 1.go to Products wc->Registered products-> click on + to create new a Registered product.

step 2.select any of the product from "Cross Reference Product ID" according to my code in individual product->after modify the Standard "product" field will show the description of the product filled in cross reference product id.

step 3.very first time it is showing the ID, but if you clear manually the product id and refresh it will show the description. next time onward it is working as expected,

Q. Why first time it is showing the product id?

Find the screenshot for your reference.

thanks,

Monalisha

AnkushPashine
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Monalisha,

As 'Cross Reference Product Id' is not standard field, you should check your rule/logic why it works only after refresh. If issue still persist, I suggest to report incident to SAP so responsible experts can identify the cause.

Thanks and Regards,

Ankush Pashine.

andy_blankley
Participant
0 Kudos

Hello Monalisha,

I reviewed your query.

My question to you is the following:

  1. After performing all the steps ( so that now both fields are showing the ID), if you now enter a value into another different field and hit enter, does the name get generated as expected?

I ask this as I am not sure if a roundtrip will get triggered again to request the data from the corresponding business object in that one call when setting the standard field via ABSL logic.

Please let me know.

Kind regards,

Andy Blankley

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi All,

This issue was resolved after the product type code set to 1.

this.ReferencedProductKey.ProductTypeCode = "1";

Now we are able to find the description.

Answers (0)