Re: Initialization event flow
I thought that at first, but then thought - if someone asked me what would happen in this situation, I wouldn't have known without writing the code. So I decided the question, while basic, was...
View ArticleRe: Limit Document type in Purchase Order entry
Hi, As Bijay explained a purchasing document is not configured at plant or company code level.You need to understand what kind of data is existing at which level in the SAP system. Purchasing document...
View ArticleRe: SSL server cert import without CSR process
I take it you were looking for this: http://help.sap.com/saphelp_nw70ehp2/helpdata/en/49/23501ebf5a1902e10000000a42189c/frameset.htm
View ArticleRe: MSS Addon Team View - use it for assistants
Hi Siddharth You talk about the team view like there is a standard substitution functionality on EHP5. I haven't seen that on EHP5. Isn't the MSS Home/Team View/etc. substitution functionality only...
View ArticleRe: Is there a easy way of combining the data from multiple EarlyWatch Alert...
To follow up with that, have a look here: https://service.sap.com/changecontrol
View ArticleRe: Upgrade path from xi 3.0 to SAP NW 7.31(dual stack)
Hi Kindly go thru below links...
View ArticleRe: Confirmation popup in webdynpro
Hi Ankit, You can create a popup window for the same. Create a popup window using the below method:CREATE_POPUP_TO_CONFIRM method of the interface IF_WD_WINDOW_MANAGER. You can also add action to the...
View ArticleSU25 - Maintenance not allowed in this client after Upgrade
Hello, in development system I did after Upgrade from 4.7 to ECC 6.0 the steps in SU25. I now try to repeat these steps in productive system. If I start transaction SU25 I get following error...
View ArticleHow how assign serial nos to FG Qty ?
Dear Experts, we have all FG materials with serial no profile,Material code creation team forgot add serial no profile to 1 FG,and production order [ 20 qty] and Goods receipt completed for order qty[5...
View ArticleRe: Query to Determine Total Order Quantity Invoiced per Sales Order Line
Hi Ron Chin, Try this: SELECT sum(T0.Quantity) 'Inv Qty'FROM INV1 T0INNER JOIN OINV T1 on T1.docentry = T0.docentryINNER JOIN RDR1 T2 ON T0.BaseRef = T2.DocEntry and T0.BaseType = 17Where T2.DoCEntry...
View ArticleRe: Smartform as PDF
Hi Anil, I don't want to display the PDF manually, it should come as normal print preview.
View ArticleRe: Smartform as PDF
Hi Shravan, Thanks.....As per your logic, i am now disabling the print window but how about pdf??
View ArticleALE IDOC IDOC_INBOUND_SINGLE updation issue
Hi Sreenivasa, pi_do_commit = 'X' will update the records.How will it help me for lost record? Best Regards,Varun D.
View ArticleRe: How to upload given XML file to SAP
Obviously, I am calling CALL TRANSFORMATION in my program My question is how to transform rows like below, what exactly do I have to write in my transformation. <field key="ctDate"...
View ArticleRe: Pricing Doubt
Thanks Ilango, I will proceed as follows:- 1. Will use separate document pricing procedure for Quotation and SO. 2. Will enter condition type to be adjusted manually in Billing Document with zero value...
View ArticleRe: Smartform as PDF
Hi Ricky, Please check the below links to convert to pdf. http://help.sap.com/erp2005_ehp_04/helpdata/en/27/67443cc0063415e10000000a11405a/content.htm...
View ArticleRe: Problems with dropIndex in ProcessChain
Hi, In the chain-->Drop Index step-->What does it show in Display messages on right click? You can check any activity is going on SM50. If you are sure that dropping have been happened properly,...
View ArticleRe: Determine memory allocation to the current work process during report...
Hi Saurabh, The first one should be possible. Generally you can catch the exception in Try......Enddtry block and call the get_text() method to display the error text. This will prevent the program...
View ArticleRe: how to call findAll method in HTML javascript for Embedded Html
Hi David, Thanks for input. It Helped me. <script> function findIbase() { var v_mbo = new MBO5(); alert("Hello end1");...
View ArticleRe: Determine memory allocation to the current work process during report...
Hi Saurabh, Please refer below link.http://scn.sap.com/message/3797832 Regards,Anil.
View Article