Re: Concatinating
Hi Jens! I think it is UDF that concatenates input queue of TDLINE for given context.
View ArticleAttempting to join two queries!
Hi, I have this query:SELECT T0.[ItemCode], T0.[ItemName], T0.[U_Brand], T0.[CodeBars], T1.[Price],T0.[U_MinOrderQty], T0.[LastPurPrc], T0.[OnHand] as [On Hand], T0.[IsCommited] as [Commited],...
View ArticleRe: How to inform users stocks of old material in sales order if it is found
Hi Benedict, Thank you for your suggestion. I will try the BADI . As the company creates a unique number for each product to track its international transaction (for sales purpose), that's why old...
View ArticleSend File Sequentially
Hi PI/PO Experts I have a requirement to send 5 files from a directory. I need to send the files in sequence.I know that multiple files can be sent using the same communication channel however I am not...
View ArticleRe: Rule for stop processing of expected event message
Hi Vishnu , STOP_PROCESS do not resolve my issue since it create lock table entry which clears by batch job . If I add INVALID_DATA as X in preprocessing , will it not post entry in EH_EVMSG then I am...
View ArticleRe: Datawindow with SQL SubSelect? PB 12.5
You're on the right track, but I think this is an easier way to do it. PB SCRIPT:long rate_rank2 string sp_id double a_identity double b_identity long vehicle_type sp_id = 'F10600' a_identity = 23864...
View ArticleRebate - Scales not being considered at Invoice level
Hi Experts, I have been facing an issue in Rebate process. It's working otherwise fine, except that the Rebate discounts do not consider the scales at invoice level, it takes flat 10% value on Rebate...
View ArticleRe: How to pass table data from one controller to other in UI5?
quick dirty way 1:in view onesap.ui.getCore().setModel(yourModel, "yourmodelname");in your second view controller(init), var oModel= sap.ui.getCore().getModel(...
View ArticleRe: Multiple Drilldowns in BEx Analyzer
Hi, I think you need to implement this in your workbook..You will create a MACRO on your workbook.. Nicholas Stein,can you guide him how you did this? Regards,Loed
View ArticleHide Values and Column
Hi All, I'm reasonably new to Analysis for OLAP. I have created a query in BeX and have applied a condition to a Key figure. Days column values Less than 0 should display. Which is working fine in...
View ArticleRe: Data will be displayed only if filter has been set
Hi, Maybe authorization issue? Can you please run the same report in tcode RSECADMIN and check the authorization error? OR Can you please post here the result of your query WITHOUT FILTERS? Regards,Loed
View ArticleRe: SOAP HTTPS Soap Envelope
Hi Jaime Noticed that you are new on SCN and this is your first post. Welcome to SCN. Just to share with you that the best way to get an answer is if you provide as much details on your issue....
View ArticleRe: which event when purchaseorder's item has been changed?
Hi Fred, I have got the tax code on this path:TaxCalculationItem.TaxationCharacteristicsCode.content. But the "tax rate" not catch. Could you help me? Thanks.
View ArticleRe: Not able to see data at company code level
Hi, Who implemented your authorization? Perhaps this is authorization issue..Can you please run your report in RSECADMIN and check the authorization error? Regards,Loed
View ArticleRe: purchase inforecord is not found in purchase organisation at Mi
Yes,I have the same issue.You suggestion solved it.Thanks.
View ArticleRe: Information on SAP kernel
Hi Craig, The Kernel is the central program which acts as an interface between SAP application and operating system.The Kernel consists of the executable programs that reside under the path...
View ArticleRe: Connecting to Proxy in PO
Hi Sai Please post a screenshot of your receiver channel configuration. I'm assuming you are using SOAP adapter with XI 3.0 protocol since you are on PO. RegardsEng Swee
View ArticleRe: How to config to remove the operation auto appended by SAP due to the...
Hi Amol, The long text checkbox is not ticked as we do the test. So, it has nothing to do with it. Please let me know if my understanding is right. Sally
View ArticleRe: Unable to map oData results to simple form fields
Use Call() or Bind() and pass the controller's reference.
View Article