Re: Draw box in between the text element in SF
Hi, Make a Template first. A template acts as a grid to place your elements. And then you can upload a image of a box after making one in MS paint, . Then say In row 1 column 1 of template put text...
View ArticleEmpty Function, Department fields on Contact Person list of Account
Hello All,When i create new contact person then i assign to the account but if i speciy my contact person as a main contact, function and department fields are missing on view.. i should open contact...
View ArticleRe: SSO message, outside of microsoft network
Good morning or good evening Carsten Olt :-),we did other work around which want to share . Delete the regedit key bellow :Windows Registry Editor Version...
View ArticleRe: User Locking in DP jobs
Hello, First as Diana said, you'll need to make sure all users are not processing the data during DP background job run.Sometimes liveCache lock may remain incorrectly and unexpectedly due to process...
View ArticleProblems with sidepanel in NWBC patch level 8
Hi, I'm working on a NWBC project for a customer and we installed patch level 8 of NWBC. I can't get any sidepanels to work if i call the transaction directly from the quick launch bar, however when i...
View ArticleRe: Alert/Email notification when a contract is released
Hi, It is a part of Work flow consultant. Ask you workflow consultant to activate the work flow for contract.
View ArticleRe: new PO message output type is not show up in existing PO change
Hi,As new message output type ZNEU working well on PO creation & on PO change and you do not want old message output type NEU.Use t.code:NACE,Application EF--> PO Output type --- > Select...
View ArticleRe: Attribute View or Analytical View
If you have only one table and it does not have measures...As you have master table so go for Attribute View - build the view on your table and get the data preview - you can also create calculated...
View ArticleRe: CJI4 doesn't show any value in certain version
Thank you for your reply clara, I've already maintain Integrated Planning in all fiscal year and version in CO Version (tcode OKEV) , could you tell me the configuration that I miss ? Thank you once...
View ArticleRe: Validation for WBS field Length
Hi Vishal, Why don't you try out ABAP regular expression to validate a string conforming to a particular code mask? Syntax for creating the regular expressions can be found in the following...
View ArticleRe: Catch all Events though the SDK - DI API
Mmm,So if you need an immidiate response for the change, I revert to my 1st solution - activate the EventSender service for recording all changes, then develope a Windows Service which will check SEVT...
View ArticleRe: MIGO event transaction
Dear Quang, Let me explain why the behaviour is intended and hard coded because technicallyit is not possible and use "goods movement" instead. Please think of some scenario like a transfer posting...
View ArticleRe: SAP Basis career path Options
Hi Nagarajan, Thanks for your reply...Yes, "Security" is one of the field where every SAP Basis Administrator must have experience in it. -Rajkumar
View ArticleNotice Lead Time in Master Agreement
Hi All, There is a field in Master Agreement "Termination Notice Lead Time (Days)" - Enter the number of days before the termination notice for the master agreement to be sent to the supplier. We have...
View ArticleRe: Deleted info object
Hi, About Infoobject deletion: You can check in System Logs in SM21, if your BASIS do not clear the logs. You can try in SLG1 logs too. About RSECADMIN: You can check the last changed and other details...
View ArticleRe: BI Routines Optimization How to find Runtime ??
hi, DTP runtime is one option. you can use ST05 to trace SQL statement in BI. some perfromace tios:1. always use required in select statement and avoid select *2. always use for all entries in...
View ArticleRe: Reference Bill Number from F-90
Dear Vicky,From my analysis you can add the fields in Report layout whatever you want in Asset Report.Please check the below link if useful for you. SAP Community Network Wiki - ERP Financials - Asset...
View ArticleRe: How to check return result when call transaction XK02(Without BDC)
Hi Tran, Call transaction method doesn't handle error, So we should handle the error explicitly using BDCMSGCOLL structure . CALL TRANSACTION 'XK01' USING BDCDATA MODE N UPDATE S MESSAGES INTO...
View ArticleRe: Want to zip more than one attachments and mail
Instead of tab delimited, using abap2xlsx (as linked above) to create the Excel files. And, as noted, you won't need the zipping either, since xlsx is zipped.
View Article