Re: Field Setting for an account assigned PO at doc type level
Please make use of the SCN search or Google, transaction variants are explained in help.sap.com and many times here in SCN.
View ArticleRe: Automatically Add Epm olap member through data validation.
Better code that will test if member already exist: Public Sub AddMem()Dim wshCurrent As WorksheetDim strMemArr() As StringDim strMemToAdd As StringDim strMemID As StringDim strDimName As StringDim...
View ArticleRe: Error in Create Index process in Process Chain
Hi All, I know this is quite old thread. but currently Im facing the same issues as mentioned in this thread. Could anyone please suggest some ideas on how to analyse this issue. I have assigned SAPDBA...
View ArticleMail should be sent only once when Billing Document is Displayed
Hi , I have created a ZDriver Program to send email Billing Document to customer when the Billing Document is Displayed , But Here my billing Document is sent evrytime when I click on print preview tab...
View ArticleRe: 0PLANT input help on variable does not show medium text
Hi Parag, Please share the BEX query settings from the Query designer for Plant characteristic in your query. Please refer to below screenshot to know what exactly I need you to share.
View ArticleRe: HRA applicable if employee present 26 days in a month
Hi Deep, Check the following links definitely it help to your scenario. India Payroll: Customer Specific Prorating of House Rent Allowance...
View ArticleRe: Skip duplicate values while uploading from excel in Mass Role updation.
It won't, because what the OP has neglected to tell us until just now is that he's (sensibly) updating the tables via function modules, not by direct update.
View ArticleDiServer "Could not load virtual interface"
I have set up a new test environment with SAP B1 9.1, but when try to login throug DiServer it returns fault Request<?xml version="1.0" encoding="UTF-16"?><env:Envelope...
View ArticleRe: B1if - Transaction Notification Store Procedure Issue
Hi, using a stored procedure after the DI API call has been successful is critical!The Stored procedure is not really part of the DI API call, it just runs afterwards.B1i gives you the correct DI API...
View ArticleRe: New data element in job- wcm
Hi Lokesh, To create data element, contact your abaper RegardsTerence
View ArticleGet all data from Databasetable
Hi Everyone,i need to check all the data from table PKPS where the same PKNUM contains the same PKPOS.Is there an opportunity to get this data via a view? Or should we write a report for showing this...
View ArticleRe: Is it possbile to Decrypt the file which is encrypted with some other...
Hello Mahesh, As Mahes suggested RSA_2048 is not supported.Below link give more details http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/04/10/pgpencryption-module-how-to-guide
View ArticleRe: How to pass Special Character(&) In Odata Filter Parameter
Yes its Type="Edm.String
View ArticleRe: Idoc Mapping Issue
Hi Moumita, You can simply do like this for Field 5.Regards,Praveen.
View ArticleRe: Delphi License issue by using ARC from a tAdsQuery component
Thanks for the additional information, which is also forwarded to the engineering.
View ArticleRe: reuse some part of UI in two fiori applications.
Hi Devender, Thank you for your help. In the link, discribes about the component usage thats deployed to abap repository. I would like to know how to call a component thats deployed to HC. Thanks-Yamini
View ArticleRe: Creating attachment in VA01/02 in Background (GOS)
So an indipendent job starts in background mode?
View ArticleRe: Maintenance plant assignment to planning plant
Dear, If you have not don the assignment, its not possible to plan procurement against respective planning plant.Because material valuation is at plant level. You can create notification and order but...
View ArticleRe: wsdl proxy generation error in ECC
SAP has BIG ISSUES with XSDs and WSDLs (more in ABAP stack than JAVA stacks). Check this note: http://service.sap.com/sap/support/notes/1327511 I though that you've an wsdl with external definitions,...
View ArticleRe: varchar to int warning while using join
Your query should be: SELECT NAME,FUNC_DBNAME FROM AL_FUNCINFO where name='cast' and source = '<your database type>'
View Article