Kurt Vandergriend
I have been with BackOffice for 14 years, and have worked in the Corporate data world for 32 years, with 22 years of SAP experience.
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 39
Comments
Recent activity by Kurt Vandergriend-
Official comment Yes it is
-
Official comment For a Data Migration project, this would be done with a conversion rule (documented and executed in Transform), as any modification of data should be documented. For a Data Governance project, thi...
-
Official comment Joe: Option 1: Make sure you are using Spanning Properties to display more fields on a screen https://dsphelp.boaweb.com/703/solex/Set_Spanning_Properties.htm Option 2: Create separate Pages for ea...
-
A Google search reveals this error is related to incorrect conversion of a Date/Time field. For example, it could be expecting year, month, day to be in a specific order, or the date may not even ...
-
Official comment There is a way to mass update the schema. However, when moving from ECC to HANA, it is recommended that all tables/packages be rebuilt, as there are definitely field changes between these two syst...
-
Torch: If you want to track when the latest change is made to ANY field, you can use standard DSP, which will record this in the ChangedOn field. Also, all custom webapp tables should contain thes...
-
Have you limited the columns being pulled to only those columns that are in scope? This can dramatically improve performance. Simple change the SELECT statement in the CranPort package.
-
It is best to avoid field names that are reserved for special use in SQL or DSP, and "Status" is one of them. Try renaming the field. Also, to add Auditing, go to Admin > Data Sources > Audit > T...
-
BAPIs can be executed in DSP Integrate, for the purpose of data loading. BAPI execution is not intended for extracting data. BackOffice's proven methodology for extracting, transforming, and repo...