Re: AES-128 Encryption support in ABAP (Table RFC)
Hi Diego, you have to be more specific than just AES-128. Crypto is more complex and specifying a block cipher is not enough. At least you need to specify mode as well. ABAP AS has limited crypto API....
View ArticleRe: Managed System Configuration Super User Issue
I have seen this exact issue when my IE cached the page and was stuck with the client 000 RFC's selected on step 3. I just exit managed sys config and clear my cache and start solman_setup again. To...
View ArticleRe: SMP 3.0 Create Agentry Application as Production
Basically you have to publish the Production ".zip" file (which should contain your Agentry.ini file that says "developmentenvironment=False"), then in the Management Cockpit, from the Agentry...
View ArticleRe: Error ORA-01110, ORA-01115 and ORA-27061
Hi Cleiton 1) Perform a full db backup of your database 2) Execute statement ALTER DATABASE DATAFILE '/oracle/ED0/sapdata1/sysaux_1/sysaux.data1' OFFLINE; 3) Check volume /oracle/ED0/ for any disk...
View ArticleRe: Add Application WDA to Personal profile
check this also http://scn.sap.com/community/erp/hcm/employee-self-service/blog/2012/05/14/adding-custom-html-pages-in-ess-homepageareapages-wd-abap
View ArticleRe: _SYS_BIC Privileges Configuration
Hi Patrick, I don't think the user "DEV_XXX" has these roles. From the first pic, It should be on the SAP HANA Cloud Platform Trial. Best regards,Wenjun
View ArticleArchiving failure: "Archive run not completed"
Hi all, I'm trying to repeat a failed SARA archiving process using program RSREQARCH_WRITE, but I get below message, saying last archiving is not yet completed:"Archive run not completed:...
View ArticleRe: BPC 7.5 VB LogOn
Hi Roberto, thanks for the tip! However, trying this way gets me to the same road block as before, where the SAP Message Box pops up. Basically, i want to be able to fully log on with the macro, not...
View ArticleRe: Change logs for material master are cut
Hi Jurgen, If I were to archive only the MM change logs in CDPOS and CDHDR with object CHANGEDOCU and not touch the material by itself, I am not able to view the change history in MM04. So my questions...
View ArticleCatching a forwarded work item in workflow.
We have a workflow with an escalation loop. An e-mail is sent every 5 days until a work item is finally completed. However if that work item is forwarded, the original owner is still notified. Is it...
View ArticleRe: Users and Transport List for Audit Purpose
Hi Andrzej USR02 will not capture situations whereby a user was created and then deleted within the time frame SUIM user change documents would capture user creation in a system. RegardsColleen
View ArticleArchiving MM Change logs in CDHDR & CDPOS using object CHANGEDOCU
Hello, If I were to archive only the MM change logs in CDPOS and CDHDR with object CHANGEDOCU and not archive the material by itself, I am not able to view the change history in MM04. So my questions...
View ArticleRe: HANA level based Hierarchy is not displaying in AOLAP
Hi Stephen, This should be possible. In my environment, I'm able to access both the flat and hierarchical presentations for a dimension, if I expand the dimension in the tree (see screenshot). I have...
View ArticleRe: Material is not defined for sales org.1000, distr.chan.12, langauge DE
thanks soman, i have met this error but solve by make solution
View ArticleRe: Deletes in Audit Report
Hi again, I'll tell you what I said on twitter: there's no such thing as "leaving no traces". One can hide it really well, but there will always be some lead left for the auditors. Cheers,Custodio
View ArticleRe: How to get a query row count
Hi, I don't think there is a property or method to get the row count. You can find the API here. JSDoc: Class: ResultSetJSDoc: Class: ResultSetMetaData Best regards,Wenjun
View ArticleRe: NAKISA-CHANGE DATA ELEMENT
HI Mohamad, my requirement needs total 6 fields...two more fields in addition to position detailed view box. Thanks!Sunitha
View ArticleRe: query help
Hi, Try this first: SELECT J0.[TransID], J1.[ShortName], C0.[CardName], J0.[RefDate], J0.[TransType], J0.[Ref1], J1.[LineMemo], J1.[Debit], J1.[Credit]FROM...
View ArticleRe: Create total time formula
hey C Warner, 1) create a new formula named Seconds (to place on the Details section) with syntax like timevar t := {your time field};numbervar s:=(hour(t)*3600) + (minute(t)*60) + second(t); 2) right...
View ArticleRe: ARQ: What is the user of "ADD" and "REMOVE" buttons in Mitigation Screen???
Alessandor, Thank you very much for taking so much pain and sharing these details and thoughts. If an Access Request has multiple risks and one among them is not having any mitigation control assigned,...
View Article