Re: BAPI Production Order Confirmation
Hi Thangam What is your requirement. Can you please eloborate. Based on that we can help.. Regards,Venkat
View ArticleRe: User EXIT for 261/262 and 601/602 type material movement
Hi Juergen, I am reopening this thread with a question.The question is as follows - I am doing a Goods Issue against a production order having three line items with different Quantities.The GI is...
View ArticleRe: Massive update for SAPGUI
Another option is to have such a file stored on a central server. Then you only need to update the server and all clients will be "updated" at once. Note describing this...
View ArticleRe: Issue with Hybrid App API approach in SUP 2.2 SP02
It would appear that you are getting a JavaScript error, that you are attempting to reference a variable which either doesn't exist or hasn't been set yet. As such, it would be impossible to diagnose...
View ArticleRe: Data types accepting all catregeries
I am not sure if this meets your requirement, But if you want a common work variable which can be used to pass data to other variables of different data types, then you can use field symbols. data :...
View ArticleRe: Where is B1if in SAP 9.0?
I solved the problem. I needed to reinstall Integration Components from SAP 8.81 version and then upgrade to SAP 9.0 PL04 Starting installation from SAP 9.0 PL00 in my case dont work. I needed to...
View ArticleRe: Way to change scale on scatter plot?
Hi Genevieve Using your mouse you can select the area in the chart that you would like to zoom into. Once selected a filter button will appear, if you click it then your chart will be zoomed into the...
View ArticleRe: PI 7.11 JMS adapter using JNDI weblogic server connection issue
Dear All, Thanks for participating. Here here the last findings we have: 1.The class removal under javax/jms in the wlfullclient.jar are necessary because other classloader errors could occur. It is...
View ArticleRe: SAP BPC 10- loading data to BW error for month
Hi Red, Did you tryed to maintain your conversion file? Assuming that:Source time BW: 01/2009Target time BPC: 2009.01You can try using a combination like: EXTERNAL INTERNAL01/????...
View ArticleRe: Getting Into Debug of Password Reset Pop Up
This activity is a waste of time. You could use free time to read a book on Cryptography. Anyways, doing F1 > Technical help on that popup gives program name as SAPMSYST, whose source is protected....
View ArticleRe: Statement "Call Screen" is not allowed in this Form (MIGO)
Yes check via SM13, often the dump or error comes from customer enhancement or message output which try to raise error message or pop-up windows in update task. Regards,Raymond
View ArticleRe: Install Powerbuilder 12.5.x
Hi Gimmy... I think I remember facing this situation. I think I had to remove Microsoft Visual C++ Redistributable (for sure v. 2010), and after launched again the setup for Windows SDK... So as i see...
View ArticleRe: issue with data entered as a range with wild card char
Use IN operator. IF <fs_data>-ort01 IN r_ort01ELSE. DELETE it_data.ENDIF. by the way can you not simply write DELETE FROM itab WHERE field NOT IN range. Regards,Pawan.
View ArticleRe: Need to add Zfiled in FB01 more button screen
Hi Gopal, I can help you if you want to add the fields at header level. Have you worked with BADI Screen exits there is one FI_HEADER_SUB_1300 implement it. and Add an append structure to your BKPF...
View ArticleRe: File to Sync Webservice interface
Dear Jyoti, You pick a file asynchronously and you want a synchronous web service at the inbound side, but without response back to PI, correct? In case you do not want a response back, just make sure...
View ArticleRe: problem in smartform in fetching data
Hi Guillaume,thanks for your reply, i have fully deleted the inner join and separately written four lines of code in my select option in kna1 table, and my problem get resolved.
View ArticleRe: Locking a Program for only 1 user in edit mode
I almost forgot. THanks for ALL of the replys
View ArticleRe: Locking a Program for only 1 user in edit mode
Sorry, I was referring to the execution of the program, not the editing of the program in se38 or se80.In using a LOCK OBJECT what happens if the connection to SAP is lost or the program never...
View ArticleRe: bapi_quotation_createfromdata2
it is inquiry number not document number of inquiry .and I have checked it with leading zero but resulting the same.
View ArticleRe: Proxy to JDBC Scenario
Hi, Are you performing buld operations on data base? did you able to process any record earleier? Check with DB team too,it looks you are performing intense update insert operation. Thank you
View Article