copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Solved: Default variant - SAP Community If your requirement is to allow users to access the transaction VA01 using a particular variant only you can perform the following steps - 1 Create a variant for VA01 2 Go to transaction SE93, give a TCode name and click Create 3 Of the available options select 'Transaction with variant' 4
Table Control Layout in Variants (SAP Library - Changing the SAP . . . Layout settings remain active, even after screen variants have be explicitly reset and are no longer active You can alter the table control layout by calling a new screen variant containing the original table control layout settings
Solved: Re: Transaction variant for VA02 not working - SAP Community For Transaction variant Screen variant in VA01 VA02 you need to make sure certain things: Screen Variants must be saved for each screen Screen variant names must be Transaction_variant_screenno Like ZTEST_VA01_4701 where ZTEST_VA01 is transaction variant and for the main header screen 4701
Solved: Changing a item details layout va03 - SAP Community va01 va02 va03 -> item details -> field VBAP-FAKSP is marked as invisible in layout Above screenshot is an example from quality SAP, where I have different rights, and access to Administrator button in Table settings
“Modify Va02 By Program and Save, But Values Are Not Saving” During VA02, i can see the field populating on the screen Now if I want to save the Sales order with out changing any screen fields (just save) it is not saving the updated field value I have used the form USEREXIT_MOVE_FIELD_TO_VBAK to make the changes
Adjusting Table Controls - SAP Online Help Use the Table controls icon to activate the Global settings variant (if this is not already the case) Adjust the table control to your specifications (column width and column position can be adjusted; all columns you do not need can be hidden by setting their width to zero)
Change configuration data in VA01 VA02 - SAP Community Save changes using CUCB_SET_CONFIGURATION The code seems to work fine for the existing positions However, when a position is added, the configuration changes are not saved after saving the order My guess is that CUCB_SET_CONFIGURATION needs position to exist already in the database
How to default variant in SAP - Ask About SAP For example, you developed new program and you need to default value of parameter on selection screen of this program There are 2 ways First is to default value in coding Second, you can save selection-screen variant and default variant for this program Let's see how to do for second method