Re: 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: extract data from hash map for target structure mapping
Hi Mike, Ok, the only possible place I can see for a NullPointerException is the for loop with this code based on what you have included: ArrayList<String> al = matmap1.get(coreid[i]);...
View ArticleCHARM Custum status, action - ZMMJ
Hi,i am a big fan of standard Normal change workflow but i need to add custom status to have better control on the changes flowing through.i am on 7.1 SP6 my landscape is: DEV --> TE --> QA...
View ArticleRe: Material Rule Based Workflow Hours to Completion
this is a basic notification feature and has nothing to do with extended notification. basically, the MDG workflow will use the number of hours you enter to send a simple e-mail to the processors if...
View ArticleRe: WF_INITIATOR does not exist and cannot run my normal WF
Thank you, here it goes Romen...
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: Calculation in Workbook
Hi Bond, Can you try with excel formula and save your workbooks. Regards,Ganesh Bothe
View ArticleRe: Application Controller
OK I found the answer. I needed to put the application controller class in the box marked webdynrpo for it to be used - despite it not being a web dynpro component.
View ArticleRe: Workbook
Hi bond, If you are passing some selection to query that means it will restric dataset for that perticular selection So i doubt without changeing the query we can do this.wait for others replies....
View Article