Re: Portal 7.3 & Web Dynpro iView, both accessed from Internet via Web Dispatch
Hay Wei-Shang Ku, Many thanks to your prompt reply of this very old post I tried to ask! for the /sap/* redirect, think it required to use icm/HTTP/redirect_<xx> parametet in WDISP profile. And i...
View ArticleRe: Transformation issues
no other compounded object.Am loading data from 2 different DSOs to master data with different mappings. Is this expected? If so, whats the fix suggested pls
View ArticleRe: Automatic Process order type not picking in CR01
Hi All, Thanks for your suggestions. I got the solution from my end.... That is ..we need to do four more configuration - COR4:Order type -dependent parametersOPUZ; Specify schduling...
View ArticleRe: bdc uploading problem for cs01
Hi, Use this BAPI 'CAD_CREATE_BOM_WITH_SUB_ITEMS' may be helpful. data: bom_header like bicsk, bom_item like csrfcitem occurs 0 with header line, bom_sub_item like...
View ArticleRe: How to update value nodes attrib values in BOL to make it sortable?
Hi,What ever i suggested will work for value node attributes, Please try that solution surely it will work for you. Regards,Dharmakasi.
View ArticleRe: bdc uploading problem for cs01
hey i put that perform bdc_field using 'BDC_OKCODE' '=FCBU'. in at last.... end at...now its working....
View ArticleRe: How to remove a print output?
Hi,the process is like this, a person needs to take print so for that go to su3 ,take default and check the spool control and check the output device.now in your situation can you ask your colleagues...
View ArticleRe: UWL for Manager : Multiple work items for approval
Check the below notes are applied or not based on your application types, i.e WDABAP or WDJAVA.18677701946640 18077241773641
View ArticleRe: Problem in uploading timeevents data from biometrics to SAP
Hi, I f your question is to know what is Time In and Time Out from above format then i suppose it TID where 1 and 2 could be Time In and Time out (P10/P20), you can check in TEVEN table how data is...
View ArticleRe: Need help for master data lookup
We split the code so that everytime the field routine is called up we don't have to do a lookup again and again for each record on the internal table. For example if you have 50000 records and you...
View ArticleRe: FI posting
This error often appears because you need to assign a cost centre for the line item 001.So check which cost centre the cost should be assigned to then enter it for the line item. Cheers,Io
View ArticleQuery with BOND process
Hi Xperts We have a Plant & a Leased Warehouse.Now , the Leased Warehouse has been created as a Storage Location , however, it's far from the Factory. Now we procure duty free input materials via...
View ArticleRe: Crystal Reports: How to print Details subsection once per page?
Thanks Jamie, The idea of subreports with their own grouping is just great! I never thought about it.Crosstab is also a good suggestion. Neither of them would probably work in this case because Details...
View ArticleMaster Data Manual Entry in BW-IP
Hi guys,Need help on how Master Data Manual Entry in IP. I have found some document in SDN followed thatStep 1: Create Master-Data ABAP-ClassA.This really easy. Just go to the transaction SE80 and...
View ArticleRe: Quota Generation based on seniority using PCR
If YSRY01 gives the seniority value on 03.11.2013 as 1 on this date, I ran PT60 for the entire seniority period, but DZTT1 has the value 0 on 03.11.2014. My PCR was below : HRS=YSRY01ADDDBZTT1Z...
View ArticleHow to configure SingleSignOn between GRC and BOBJ 4.1
How to configure SingleSignOn between GRC and BOBJ 4.1? We have configured the System entitlement in BOBJ CMC. But didn't do anything on the GRC system.User can login from BOBJ to GRC with password but...
View ArticleRe: GRC AC 10: PSS user id and password security???
Security certificate is installed on GRC system and now the link is opened with "HTTPS". Earlier, it was plain "HTTP. Therefore it was possible for any sniffer to see the details sent over the link....
View ArticleRe: Date function issue
v_dayDifference=DaysBetween([Start Date];[End Date])v_Month=Floor([v_dayDifference]/30)v_Days=([v_dayDifference]-[v_Month]*30) This will give you the output like below: Start Date End Date v_Month...
View Article