Re: Channel is not picking file from file system(NFS)
Hi, Looks like communication channel is locked . Channel needs to be unlocked for processing. Check below link for possible solution . http://scn.sap.com/thread/1700257 RegardsSarojkanta
View ArticleRe: Purchse Info Record to default Net Price from Storage Location, not Plant
I don't think it is possible in standard.We know the price can be determined automatically through condition record. But you can't add storage location field to condition table.
View ArticleRe: unit of measurement - technical format
I guess you can achieve this by the help of Text Variable. Create a text varibale in BEx to replace 3 char unit to a more elaborative name. Rgds..Shambhu
View ArticleRe: Invoice level notes on worklist
Hello,We are looking for functionality like this too. Is there anything like this in the standard SAP now?
View ArticleRe: Looping an OTF and splitting at key words
Btw what is Page1? is some text or are you trying to split by certain pages. can you paste a screeshot of contents of lit_otf?
View ArticleRe: Invoice level notes on worklist
Yes - this is available - it was released in Enhancement Package 5 - you will need to activate the relevant Business Function Sets to obtain this functionality.
View ArticleRe: Implicit Error
class Program { // String oBP; static void Main(string[] args) { string sError; int errcode, retcode; SAPbobsCOM.Company oCompany;...
View ArticleRe: simple buiness case and big effort for CREATE_DEEP_ENTITY
Yes u need to define atleast one key in ur model. What shyd be the key u will be knowing better.
View ArticleRe: FQEVENTS
Please read the Research Resources and Rules of Engagement before posting. Then also you will find material on topic such as How to use FQEVENTS where you can find how to use the transaction to find...
View ArticleRe: SAP - TIBCO (How to serve exceptions?)
Hello, We are also getting same error. Any answers for this error related to SAP TIBCO connection? Thanks,Urmil
View ArticleRe: Question about Select-Query from 3 tables
Can you try with below? select OrderHeader.OrderID,OrderHeader.CustomerID,OrderHeader.Date,OrderPostion.PosID,OrderPostion.ItemID,OrderPostion.Quantity from OrderHeader JOIN OrderPostion on...
View ArticleRe: Disp+Work was stopped immediately after startsap
What about these two :Also run sappfpar against the instance profile and check for errors or paste the output here.Any error in the message server log file - dev_ms ?
View ArticleRe: insert lines of internal table into another internal table for particular...
Do you have same structure for both tables? If yes, then do something like this: DATA : lv_index TYPE sy-tabix.LOOPAT t_final INTO wa_final WHERE pstyv = 'TAO' AND <ADD CONDITION TO SKIP NEWLY ADDED...
View ArticleRe: SAP Transaction not working properly through enterprise portal 7.31,...
Hi, Custom SAP transaction with file upload functionality is working fine when we execute it from SAP ECC(R/3) directly. But when we try to execute it through portal 7.31, getting "" Empty input file...
View ArticleRe: How to remove comma separator in number parameter?
Hi Samrat, The only workaround is to convert the prompt to string and convert it back to number if you're refering to it in the record selection formula. -Abhilash
View ArticleRe: Connexion time very long
Hi Nicolas, Are you talking about the time it takes from when you select ok button on the login screen till the time it shows you a list of OLAP connections you have defined in your bobj server?
View ArticleBSI 90 Issue
Hello People,Am getting the following error message in the payroll log when I run payroll for US. "RFC connection BSI90-US-TAX for BSI Taxfactory version 90 is not available." plz help me out in...
View ArticleRe: Workflow Release for Payment
Hi Raul, First, check why workflow is working like that. Check your workflow logic why 2 agents are determined at the same time and check in the workflow log what went wrong. Regards,Murali Krishna.
View Articleexecuting batch file using exec function not working
Hello, my requirement: i need to move the files from folder 1 to folder 2 and then delete the content from folder 1. $GV_ARCHIVE_FILEPATH = '\[$$File_Share]'|| '\Archive\auto archive.bat';print(...
View ArticleRe: UNX issue : Failed to initialize Query Panel (service issue?)
same issue here, try the repair and restart didn't work.
View Article