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-
Official comment JSlagle: You will need to get a password assigned to your SAP User ID for proper Integrate usage.
-
EWeldon: Check out CTSx, which manages and tracks code promotions between environments: https://boaunited.jiveon.com/docs/DOC-13514
-
Official comment EWeldon: Hey Dan, This can be scheduled via Automate. You may have to make the WebApp Event Public, then it will show up in the Interfaces page. Once it's there, you can schedule it.
-
Official comment PCardoso: You will definitely not be able to update this field at the same time that sensitive fields are being updated. Confirmation needs to happen using a different User ID. I have never updated...
-
Official comment SShah: SQL Server default port: 1433. You can very the port using following path: 1. Login to (RDP) to Database Server 2. Open SQL Server Configuration Manager 3. Check Property of the TCP/IP 4. Te...
-
Official comment PTowe: If I understand the question correctly, it's just a simple where statement: SELECT B.ProjectID, B.boaUserID, B.[Count] FROM B INNER JOIN A ON B.boaUserID = A.UserID Where viewzeroRecords=1 o...
-
Official comment KVandergriend: No. This would require that DSP have read access to the corporate logins/passwords, which they should never allow. And this is not needed anyway, since the user has already entered t...
-
JCohen: There "shouldn't" be an issues from the DSP side. Make sure they upgrade to the version that is in the support band for DSP 6.5.6 (IPS 4.1 SP8, DS 4.2 SP7, and IS 4.2 SP7). The certificatio...
-
AOttone: The SQL sentence that Angel sent you works fine because SAP stores the position of field in FAUS2 in TMODU.MODIF plus 90. The TMODU.MODIF value ranges are 001-050 for T004F.FAUS1 and 091-1...
-
AGarcia: Here is an example for FIELD status group = '3000'. Yours could be different: SELECT dbo.TMODU.TABNM, dbo.TMODU.FELDN, dbo.T004F.FSTAG, dbo.T004F.BUKRS, dbo.TMODU.MODIF, dbo.T004F.FAUS1, d...