Re: Mexico Electronic Accounting - Multiple UUIDs and Mass Upload.
Owen, we have new mexican legal requirements, I dont think this has something to do with HCM. But thanks!
View ArticleRe: Run call transaction in test mode for FD02
Remove the whole last dynpro. Hint : remove call to one bdc_dynpro and at least two fields (BDC_CURSOR and BDC_OKCODE), you could also add a last Enter press key followed by an Exit function code in...
View ArticleRe: Include Text in Smartforms returning special characters
Good. So the text is saved with special characters and hence you are getting on the form too. From your screenshot, Go to the SAPScript editor and delete the # sign. The old editor might have...
View ArticleRe: Interfacing C++ application with SAP to call a BAPI through webservice
I thought we can create a web-service from BAPI transaction in ECC and then can use SOAMANAGER to create the URL . RegardsSam
View ArticleRe: how can i show list of serial numbers with GRPO
Check this, Declare @Docnum int Set @Docnum =/* SELECT Max(T0.Docnum) FROM opdn T0 WHERE T0.Docnum > */ '[%0]' select n.DocNum ,n.DocDate ,n.CardCode ,n.CardName , r.ItemCode ,r.ItemName...
View ArticleRe: How to receive data from MII into SAP through a RFC call (in ABAP)?
Sorry Tiago, I do not have access to a box at that patch level yet. The only advice I can give is make sure your outputXML is an Output parameter type and also make sure your xml format is correct. I...
View ArticleRe: POWL automatic Refresh
Hi Ram, i cannot finde the following Parameters REFERSHA=X REFERSHQ=X in the PFCG Tcode, woulld you please show me how to activate automatic refresh from SPRO, am working in PLM project. regardsAgad
View ArticleRe: NWBC 4.0 The Flash control is not responding.
Hi Menno, Do you know where to find this GenericXceliusIsland.swf? kind regardsThomas
View ArticleRe: mplan API vs batch input
Did you try the RFCs you mentioned in your first post? PeteA
View ArticleRe: CK40N help
Hi Kieran, In CK24 please click on"Marking Allowance" and allow the costing variant and version for your company code for the current period. Regards, Nityanand
View ArticleRe: Cannot extend MDGC with custom field
You should not change the namespace in the table. When you add a new field to an existing structure, a customer include is added to the standard (hence the structures are called CI_<something>)....
View ArticleRe: PGP encryption: Private and public key
Yes, you can! Just download a PGP program like GNUPG (http://www.gpg4win.de)With the supplied windows tool called "Kleopatra" you can import the public key and export it in ASCII armored mode. Of...
View ArticleRe: ESS WD4A Benefits Terms and Conditions
Martha, We are not using the roles, as you mentioned, to deliver the content. We are delivering the content in the EP Portal using the Launchpad Config. I described the requirement incorrectly. We...
View ArticleRe: automatic matchcode mapping in table
Hello Benjamin, If your table is a custom table and it has Table maintenance generator then you can try with the Events available in the Table Maintenance Generator. Try with event 01. But this will...
View ArticleRe: E-mail Id column blank in Webi report
Hi Ravi, You said the users are comparing the Webi report with PeopleSoft reports. I am unaware on how PeopleSoft captures the data from Oracle. To troubleshoot in Webi try this:1. Edit the report and...
View ArticleRe: Create Workflow for Quotation User Status
Not sure if I understood your question. Why do you need to know the Status Number? The event that you have configured in BSVW will be triggered based on the status selected by user . (after Saving the...
View ArticleRe: Rich Client- Download webi from repository
Veena, Can you share a screenshot? Regards,Yuvraj
View ArticleRe: Remove hard coded calculations from CDS-views
Hi Dominik, hard question at least no yes/no answer possible I guess when you talk about CDS views you mean ABAP CDS Views. This means that the views are managed by ABAP (i. e. the lifecycle), so I...
View ArticleRe: Send data to an entity listed in member property
Ups, with the code you have only repeated calculations may happen. The result will be correct! *SELECT(%SAP_CODES%,SAP_CODE,ENTTIY,SAP_CODE<>'') Can result in:...
View Article