Re: Using SharedObject to call webservice in multithread
Hi Claudia, Could you please share your scripts on your resolve? I'm run into problem retrieving web service datawindows in multithread environment. Any help would be appriciated. Windows 7PB Classic...
View ArticleUsing adobe forms in SAP HR ABAP EHP7
Hi All,I am aware that ADS is used in adobe forms display and designing, but I just wanted to know if we can use adobe forms just to display payslips in PDF as SAP releases HR forms only to be designed...
View ArticlePOP UP for output device while printing production order
Hi All,I saw you post regarding the POP issue for production order printing in Co02.I am having the same issue but I checked in the program and all parameters like No-Dialog , TDNOPREV are set to X ,...
View ArticleRe: B1if To Queue
OK. I don't know what happened. I activated my entire scenario, both steps, and now it is processing. I did notice that when you run the scenario package, that there are separate message logs for...
View ArticleRe: Installing SAP Netweaver AS ABAP
Hi Sakit, You can install netweaver version of your choice for learning. For eg. 7.02 and 7.03 version trail. Now for above 3 domains, you need r3 and gateway, so choose 1st option. For more...
View ArticleRe: Kernel upgrade from 721_EXT 132 PL to 300 PL
Hi, Always, update latest dw, tp, R3trans, lib_dbsl, DBA tools etc. on top of new kernel bundle patch so that known bugs can be fixed. Most of the kernels carry bugs and SAP tests the same on internal...
View ArticleOutput tax for free goods
Hi All, Appreciate your inputs on the following tax scenario. We need to book out tax for things we give for free to our employees.Example: We are buying laptop bags from a vendor to give for free to...
View ArticleRe: Wave 2 Navigation
Hi Muthu, During runtime, did you debug and check if your router object has the new route in the correct hierarchy? Also, like the document mentions, you'll be adding the newView.view.xml and...
View ArticleRe: return type for aggregate functions AVG
Hi Wenjun, please try this:create column table t1(c1 decimal(3,0)); -- not int typeinsert into t1 values(2);insert into t1 values(3);insert into t1 values(5); select avg(c1) from t1; -- return 3.333333...
View ArticleProduction plant with two distirbution centers issue
here is my scenario that I need help.. company A outsourced its production to company B for material M1. company B has a plant where they make production and ship to two distribution centers dc1 and...
View ArticlePersonas multiple sessions possible?
Hi Gurus,Is it possible to have multiple sessions in Personas?If yes how many sessions are possible?Rgds Dieter
View ArticleRe: DBVERIFY || 0005 Error during processing
Hi, It clearly says you do not have required permissions to perform the activity.Make sure that you have 755 permissions on all /oracle/SID/sapdata* folders and contents. Go to /oracle/SIDdo chmod -R...
View ArticleRe: Kernel upgrade from 721_EXT 132 PL to 300 PL
Hi Karthik, As I wrote above, if you release is same patch level won't really create any problem.Also, related notes section which covers improvements and corrections to kernel. Regards,Divyanshu
View ArticleRe: String character replacement manipulation
Hi Chris, Try the below code. data: lv_hash(1) value '#', lv_spch(1) value '~', lv_cnt type i.data: lv_char(2). loop at itab.replace all OCCURRENCES of lv_hash in itab-str with lv_spch...
View ArticleRe: 997 Formatting and routing to different folders
Hi Anjana, Use the converter Module in the EDI Separator Sender Adapter (handling 997). It will convert the 997 into xml. Once you have the xml you can use the ISA receiver id(target vendor id) xpath...
View ArticleRe: Manual Bank Subaccount Clearing 1:N – Profit Center Assignment within NEW GL
Hi In most of my projects, a common profit center is defaulted to the Bank Account through FAGL3KEH in a new gl environment. This is because the payment function had been centralized and so it was...
View ArticleRe: In transfer stock(MB1B 313) at LTP(MS04)
Hi Microfish, For your question, the reason is MD04/MS04 used different calculating method in opening stock, for MS04 the planning scenario is taken into account during planning run. You should double...
View Articlethe table doesn't change when modelData is changed
Hi all,I create a table and bind JSONModel like this : this.oModel = new sap.ui.model.json.JSONModel(); this.oModel.setData({modelData:this.aData}); this.oTable.setModel(this.oModel);...
View Article