Application Development and Automation 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: 
Read only

selection-screen

Former Member
0 Likes
956

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....


4 REPLIES 4
Read only

arindam_m
Active Contributor
0 Likes
916

Hi,

May be design a search help and assign to a parameter.

Cheers,

Arindam

Read only

Former Member
0 Likes
916

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! 

Read only

Former Member
0 Likes
916

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

Read only

0 Likes
916

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!