DSP Expert
- Total activity 261
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 146
Comments
Recent activity by DSP Expert-
JGrippa: Currently, that is not possible. You can choose a button control type to keep the field name as a header, but as soon as you assign an image to it, the head will change to an image as well.
-
SMansoori: One option is to have your view return DSP image name, e.g. DSPCommon.Action.Design and then add a column properties of image. This will show you the column heading in text and image in ...
-
Official comment DanDowney: Jason, you can have one header detail open on the initial load. You can have a user click an image to open a NEW TAB with the second header detail. If they have 2 screens, they can see b...
-
VGazquez: Hi Jason, As far as I know, that is not possible. Please let me know if you want to discuss a work around. Regards
-
KVandergriend: This is not possible with the current framework.
-
Official comment KVandergriend: For case sensitive keys, the column collation should be changed manually to SQL_Latin1_General_CP1_CS_AS. This will prevent errors on refresh. You will also want to prevent the table...
-
Official comment KVandergriend: The only method for loading Sites is GUI scripting, which Integrate does support. You should be able to load Articles using any method used to load Material Master.
-
Official comment VGazquez: Hi Jason, in the advance properties, click Link to Method and select Overwrite Layout Pages. This option is not available for all Controls; you can find Image, for example. As far as I re...
-
Official comment PCardoso: SE37 is tricky. You need to explicitly call BAPI_TRANSACTION_COMMIT using Function Module > test > test sequence and chain the two BAPIs together. But this isn't your real issue. The core...
-
DallasMonday: Try using BAPI_CUSTOMER_HIERARCHIE_DEL. We also provide a functional module /BOA/BAPI_CUST_HIER_MAINTAIN that provides a wrapper for the insert, delete, and update hierarchy functiona...