DSP User
- Total activity 178
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 54
Comments
Recent activity by DSP User-
Document storage for HR uses 2 tables: TOAHR and SDOKCONT1. Here's an article with ABAP code to download documents accessed through PB30 --> Extras: https://blogs.sap.com/2012/10/18/download-resume...
-
DCasella: Hi Inigo, you can execute the post process, which inserts into ttWIP, by executing the following stored procedure: Database: DSPCommon Stored procedure: webDupObject_PostProcess This stor...
-
I’ve taken the following steps to make the FE1 Connection work: Uninstalled all Oracle drivers from the system and checked that there were no entries in the registry hanging out from those previou...
-
Official comment I have discovered that DSP has some plugins that support file operations. These plugins can be easily called from a Service Page or a Button. There is a standard page in DSP that can be reviewed to...
-
Official comment We switched to the Ole driver for Oracle and that resolved the issue.
-
I found this post on the BOA Support page to be very useful: https://support.syniti.com/hc/en-us/community/posts/360008039593-Download-Data-in-Batch-from-Huge-Volume-Source-Table
-
Thank you for your guidance, Pedro. I did a similar kind of procedure on the database level. I replicated the table to another table name (Table_Delta) and every time the batch download finished, I...