‎2013 Nov 06 3:26 PM
Hi,
I am having a requirement to show Characterstic values as a parameter on selection-screen.
....
How can i use the length, width and thickness on selection-screen....
‎2013 Nov 06 8:59 PM
Hi,
May be design a search help and assign to a parameter.
Cheers,
Arindam
‎2013 Nov 07 5:38 AM
hi arindam,
hi Eric,
here's the table which i need to have on selection screen.
Dimensions
width See/ nCT04
Characteristic: BBREITE NUM 6,2 Ordered width
length see/ nCT04
Characteristic : BLAENGE NUM6,1 Length ordered
thickness see/ nCT04
Characteristic : BDICKE NUM 7,3 thickness ordered.
If no input is provided by the user, we need to fetch the values from the following code. As VBAP is an item table, so VBAP-CUOBJ would be same for all the items for a Sales Document Number .
You have to fetch the values in any case, as they are output fields!
If the user hasn’t done any entry, then there is no restriction to apply, if user has made entries in selection screen, the fetched values have to meet these user-entries as requirement.
VBAP-CUOBJ in the most general always an item-line value and should be different per line item!
‎2013 Nov 06 9:14 PM
Kasif,
Use FM 'BAPI_OBJCL_GETDETAIL' to read characteristic values because it is released by SAP for customer use. You just need to know the class & object data. It will not break during system upgrades.
Also, a more helpful title for this question would be "Characteristic value in selection-screen". A title like "selection screen" is very broad - thousands of developers have problems with selection screens.
Best,
Eric
‎2013 Nov 07 5:38 AM
hi Eric,
here's the table which i need to have on selection screen.
Dimensions
width See/ nCT04
Characteristic: BBREITE NUM 6,2 Ordered width
length see/ nCT04
Characteristic : BLAENGE NUM6,1 Length ordered
thickness see/ nCT04
Characteristic : BDICKE NUM 7,3 thickness ordered.
If no input is provided by the user, we need to fetch the values from the following code. As VBAP is an item table, so VBAP-CUOBJ would be same for all the items for a Sales Document Number .
You have to fetch the values in any case, as they are output fields!
If the user hasn’t done any entry, then there is no restriction to apply, if user has made entries in selection screen, the fetched values have to meet these user-entries as requirement.
VBAP-CUOBJ in the most general always an item-line value and should be different per line item!