Re: REG : Logic to define the default purchaser in Purchase org
I Laurent, It will give me the default purchasing group for that I can use BBP_PGRP_FIND too...My requirement is to determine the default operational purchaser.... As I can try achieving that with the...
View ArticleRe: PS Development In BI BW
As a requirement they have told me to provide them all standard report on 0PS_C04,C02,C03,C08. Please advice I have done BI Content Installation for all PS objects. I am only one who has to do...
View ArticleRe: Performance Issues on BSID and BSAD
Another solution could be reading also some total table :KNC1 (no special G/L, Balance Carried Forward + total DB/CR per period, one record per Fiscal Year) KNC3 for special G/L (one record per fiscal...
View ArticleRe: Russian characters are appearing as Garbage in Excel form
Hi Suman,try to use 1503 codepage. On my project we use it like this: CALLFUNCTION'GUI_DOWNLOAD' EXPORTING filename = lv_path filetype = 'ASC' codepage...
View ArticleRe: Archiving object CUHD (Customs Document)
Hi Jatin, I fully agree with Siba that we don't have any T-code related data up for archiving but it is always table related (transactional) and area specific data that is archived. For more dive into...
View ArticleHow to download sap bo4.1 sp04?
Hi ALL, Could you help me?I don't know , How to download sap bo4.1 sp04?Thanks.
View ArticleRe: Mass Maintenance of Resource in APO within the /SAPAPO/RES01
Hi Gabor / Rorie, Please check below screenshot, system allows to maintain mass values here, This way you can make the changes and then saving the changes should serve the purpose. Buttons to Select...
View ArticleRe: Find all the recipients after workitem executed
Hi, OK. The users can get (almost) all this information by looking in the workflow log. Except for the set of current agents and the set of could-have-been agents. This doc shows you how to make a...
View ArticleRe: SE37 use of wildcard
Instead of the nested SELECTs use database JOINs if possibleonly read the table fields which you really need, don't use "*" (all fields)
View ArticleRe: how find out all job chains with specific value for a job parameter...
Hi Delphine, You can use intellisearch search for jobs: I need to replace @ with [at] or scn will format it as a link..... you search for user@company.com in CPS, not user[at]company.com...
View ArticleRe: FM BCS Migration at Year End
Hi Eli, Thanks for your help,we can able to see now all the funds. RegardsSAM.
View ArticleRe: How to get Form Detail (Form Table Name) through Form Type?
Hi Pradeep,for this scenario I usually use a ( reuseable ) switch condition : String tableName = ""; switch (formType) { case "149": tableName = "OQUT"; break;//Quotation case "139": tableName =...
View ArticleRe: ALV Webdynpro Output
Hi, Your where condition is incorrect. Change it as below data lv_where type string. CONCATENATE 'EBELN = ' `'` stru_node_ekpo-ebeln `'` INTO lv_where RESPECTING BLANKS. Regards,Kiran
View ArticleRe: Error when activating query after rewerse transport
hi, package(ZBW01) whatever it is no issues. just we need custom package. that's irrelevant to bex or normal transport. From your screen, RSA1--> transport connection, right side pane - Transport...
View ArticleRe: Header table and segment table.
Hi David, Check if the below link is useful. Contents of a BDoc Message - The CRM Middleware Repository - SAP Library Regards,Karthi M R.
View ArticleRe: Unable to View Follow up Transactions in Interaction Record
Hi Atul, You have to setup the control copy in the following path:Transaction SPRO > Customer Relationship Management > Transactions > Basic Settings > Copying Control for Business...
View ArticleRe: Related Mpos, cvc & planning area
No Problem apodp,Please mark the discussion as “answered,” so that other members can find the answers more easily feel free to follow the guideline:How to close a discussion and why Kind Regards,Mariano
View ArticleRe: vietnamese language PDF issue
I have created Ouput device with device type PDF1 and added a printer in my PC .From the print preview if i click on print its not showing any popup to save to PDF. I could only see the Print progress...
View Article