
Dave Gutman
- Total activity 701
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 104
- Subscriptions 533
Comments
Recent activity by Dave Gutman-
Maybe create a Windows .bat file that deletes the log files that are more than x days old. Then set it up to run on the Windows Task Scheduler.
-
Ramon Duunk Please use the blue 'Vote' button to add your vote to this feature request!
-
Could this be done via .NET code in a UF? I'm thinking a .NET snippet that would make no-impact change (i.e. make a data change to an unused UDF) to a data record which when saved would trigger SA...
-
Excellent! You can also filter rows using the 'Foreign Key' column in the UDT Handler's main grid. This accepts values entered (constants), dynamic syntax (so you can base it on a field's value)...
-
Have you filtered out unneeded rows and columns? Maybe remove seldom-used columns and add a button to display those columns on another screen only when they need it?
-
Agree that this is a concern during reception when GS1 compound barcodes are not being used. It is also a concern on other inbound transactions such as Direct Cycle Counts (when on hand qty is bei...
-
Suggest the following fields should be added to Bernhard Schmieder's suggestion: - Create Date -Created By User Name (from UserSign) - UF Type (from Function, transformed to short codes such as UF...
-
Hi Paul, Your dashboard panel window appears to be in the restored state. When you resize the dashboard panel to the desired size, then use File --> Exit to close SAP, then log in again does it r...
-
This works on my test system: @STORE1 = SQL('SELECT CardType FROM OCRD WHERE CardCode = $[$5.0.0]'); @STORE2 = @STORE1;
-
Hi Jos, You can also do the same with IPT-based ComboButtons, then easily edit the Valid Values column that defines the button options. Here's the details: Lets Talk About Buttons – Boyum Helpcen...