Re: How to fill customized user information attribute (krb5principalname)???
Dears , This is solution is fine m but i have more than 30.000 users . Please advise . Regards
View ArticleRe: Is there any inter dependency between Fire Fighter & Access control?
Hi Nasir You've mixed your terminology a bit. Access Control is a Module of GRC component. Access Control comprises of Firefighter, Access Risk Analysis (SoD Rules), Business Role Management and Access...
View ArticleRe: Creation of Transformation File
Hi Zain, With the help of your dimension I have created one txt file please refer these file and try once again.One thing that i want to highlight there is no need to create signeddata dimension this...
View ArticleSAP BO Extended Analytics 7.5 Installation
Dear Experts, I have installed SAP BO Extended Analytics 7.5 in my client system.But after installing i couldn't able to see the Extended Analytics addin either in All Programs or Microsoft Excel Tools...
View ArticleIn Asset Acquisition - F-90 - Cost center is not showing which is assign with...
Dear Expats We have assign cost center in Asset master data. But during posting this cost center is not showing. Due to profit center mandatory option - posting is not possible. Pls. give feedback why...
View ArticleRe: How is it possible to bring 2 different UD Querry (FMS)for a single Feild...
Hi rajan Sorry it was my mistake,,, the table name was having some slight difference when i changed it,, it worked correctly sorry for the in convince,, and thanks for the support Regards
View ArticleRe: Creation of Transformation File
Hi Zain, Please read below document understand it and then load data, but first understand the process how to create flat file and how to create transformation and conversion file. Sapbpc nw 10.0...
View ArticleRe: How to get a fresh copy of global ruleset?
Hi Colleen, You are quick and thank again, I am now very close to action. As Arif said SCPR20, there is no re-activation button. Can I press activate (F7) for given BC set. I am attaching snapshot...
View ArticleRe: Add spell checker on text editor
Hi Ashutosh, Maybe you can create a handle class to monitor data change event, and call object_CL_GUI_TEXTEDIT->register_event(). Data change event is handled by a custom form, then in this form...
View ArticleRe: Creating Users in portal
Hi Anil, If i have to add 1000 users then how can i add manually ?? Thanks,Ramya
View ArticleLinkage error while loading class - java.lang.NoClassDefFoundError:
hi, My scenario is proxy to jdbc . we are using graphical mapping with user defined node function .we are getting the below error in sxmb_moni: Linkage error while loading class...
View ArticleRe: how to use views in a program?
Hi, Views are used exactly the way transparent tables are used in SELECT query. We prefer using VIEWS at times since it has join within it and gives the data collated data from backend only so we dont...
View ArticleRe: Chart.getSelectedMember(dimension) default value?
It did, thank you for the quick answer!Happy Holidays RegardsEmil
View ArticleRe: PR layout
HI PR Line item wise & Item details enter Cost center & G.L accounts , we can enter in PR Creation.
View ArticleRe: append and collect mention like this
Hi Mahalakshmi, Your internal table containd SHKZG as well which can have value 'H' / 'S'. So, collect statement will sum values based on your key field as well as SHKZG. If you don't want to sum it...
View ArticleRe: Stock transfer from IM storage location to EWM
Hi Juergen I have a question in the same line. What is the use of "Code for initiator of a communication chain" in this ECC to EWM document type mapping?For DIG to INB document mapping what shold I use...
View ArticleRe: How to print 2D data matrix in SAP ?
Hello Sharonlz,btw, forget about using fonts for a complex 2-D barcode like Datamatrix. For 1-D barcodes, fonts can be a solution. There is a Datamatrix ECC200 implementation for SAPscript/SmartFOrms...
View ArticleRe: append and collect mention like this
Hi, LOOP AT it_bsis into wa_bsis. if wa_bsis-shkzg = 'H' . wa_bsis-dmbtr = wa_bsis-dmbtr * -1.endif. collect wa_bsis into it_bsis.(it has to add the dmbtr value ) endloop.Regards,Venkat.
View Article