Re: Change Invoice Document
Hi, We have similar scenario in our project. Can you please share how did you fix the issue and how did you convert all data? Thank you.Gouri.
View ArticleRe: PowerBuilder Print PDF -1 error
EAServer does have the ability to leave small chunks of scattered unreleased memory. Eventually a process requiring a big'ish chunk can't get one. Printing could be the victim rather than the cause....
View ArticleRe: Offycle process -Mass employees through PUOC_99
You cannot run mass off-cycle payroll from puoc_99 transaction, you have to create a process model and then run it through PUOCBP transaction for country grouping 99. ThxAshish
View ArticleRe: Help me finish my query - please ;)
Hi, Run below query and let me know result: SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode] FROM ORDR T0 INNER JOIN OSLP T1 ON T0.SlpCode = T1.SlpCode WHERE T1.[SlpName] = [%0] Thanks &...
View ArticleRe: Kernel Upgrade from 720 EXT to 721 EXT
HI,may we know how you perform respective activity? by copying to old exe folder or by creating new folder. few hintsstopsapcleanipc <nr> remove (nr is your instance no)kill -2 any sapstartstrv...
View ArticleRe: error while doing PGI in delivery
Hi Kalyan, as the error message said the number range for your material document is not maintained for 2014. you can use tcode OMBT to maintain a number range. if you are not responsible for inventory...
View ArticleRe: Mobile View(Qaaws) not working in BO 4.1
Has there been an update for this? Is there another way of resolving the authentication issue without hardcoding user credentials for the service?
View ArticleRe: Incorrect column data loaded after initial load
Hi Steffi, Thanks for the additional info. This is my first time working with SQL statements to IDM views. I'll be away for the next two weeks so I'll have to pick this up when I return. Cheers, Paul
View ArticleRe: Report on todays invoices
Hi, Try this query: SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[SlpName] FROM OINV T0 INNER JOIN OSLP T1 ON T0.SlpCode = T1.SlpCode WHERE T1.[SlpCode] = '28' and T0.[DocDate]...
View ArticleRe: CRM Web UI Personalization Issue
Hi Lalitha, Reset to default button, resets the configuration of the view as per available in bsp_wd_cmpwb. I guess in your case, the correct configuration is not getting picked up as you are...
View ArticleHow to change ACH File ID Modifier in ACH CCD File in SAP SAPFPAYM program?
Hi, We are using ACH CCD File transmission using PMW to send ACH file to get incoming customer payment to the bank. In one F110 run, we have multiple house banks in a single company code, so we will...
View ArticleLSMW for movement type 309
Hi All, We have a new requirement wherein we need to transfer stock from material to material (everything else remains same - valuation area, Sloc, base UoM etc.) We have thousands of materials to...
View ArticleRe: Preparation for SAP HCM Associate Certification Exam
Hi KunalI was going through the questions online, some of them are easy ones and some of them require hands-on experience in SAP HCM, I am new to SAP HCM and planning to write the SAP HCM exam soon,...
View ArticleRe: ESS / MSS - is there a way to view Histories of FORMs submitted and...
Hi Alan, I think the best we could get is Process Browser application. Can you refer this link and see if this helps. Also try the WD Application - ASR_PROCESSES_DISPLAY. ThanksRaja Sekhar
View ArticleRe: 911: My HANA One system on AWS has fallen and it can't get back up -...
Hi Bill, I do not think it was the Row Tables, but the data load for the indexserver and HANA. If loading 30G of DATA, using the HANA One 60G AWS instance and from the DF list of volume usage, it looks...
View ArticleHow can I consume consignment material (K) directly in IW41 ?
We can enter consignment material in IW21 but when going to IW41 in the Good Movements the rows are empty. I understand I have to activate a SPRO to be able to use Maintain Mov Type for PM/CS Ord, and...
View ArticleRe: Lumira Error - HDB 05004 unable to share Data Set & Story Board on Cloud
The publishing file size limit from desktop to cloud is 200MB
View ArticleRe: Query with variables
Hi, This is standard system behavior. Since you are querying OCRD table, system always show full customer list regardless of condition in query. Thanks & Regards,Nagarajan
View ArticleRe: Agentry Transaction Screen Tab
Thanks Jason.Got your point. Good suggestion, however it is REALLY REALLY a long list, and agentry does not have something like HTML anchor, we have to put them in tabs. I found I can use object...
View ArticleRe: Absence counting
Kedhar provided you with a screen capture of an Absence where you can see "Absence Days", "Calendar Days" and "Quota Used". Absence Days will be the number of days the employee was scheduled to work...
View Article