on 2022 Oct 13 8:14 PM
I am maintaining a custom field in Material master, Now I need a solution how we can replicate the field into solution Quotation Line item level?
Request clarification before answering.
As a general remark you should take into consideration that the Solution Quotation can have many different item types, namely sales, subscription and service items, all of them have different fields.
In that sense you don't extend the SQ item, you actually extend each of the item types that is used in the SQ.
The easiest way to understand this is to use the filter above the item table. If you select the view with just subscriber items, the fields change completely, and that's what you are going to extend (one, or all 3 types depending on your scenario). The views that represent for example the item table change depending on the filter, so be aware of that when you try to extend "the table" as it's actually several different tables in the background.
If you just want to extend the item detail, it's relatively simple, just use the Custom Fields app to add the field to the specific object (i.e Service Item, Subscription Item), and then the fields appears in One-Order extensibility framework (usually in the CUSTOMER structure), where you can define the "get" ABAP code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Madhusudan,
You can get a custom field in Solution Quote Item level via field extensibility and in the UI you can write your own logic to read the data from Product Master and set in the custom field as per your requirement.
Regards,
Lokesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.