Re: Hi Gurus please answer.
Hi, The decrease of warehouse inventory resulting from a withdrawal of material or a delivery to a customer is goods issue. In Old ledger goods issue is done by maintaing records in books. Goods issue...
View ArticleRe: Would DB restore keep the all the settings the same?
Hi Jim Kang... Yes, It will retain all the settings Authorisation pld qpld userdeafults master etc RegardsKennedy
View ArticleRe: How to use SOAP Action ?
You will get both targetURL and action information from the WSDL. This should be straightforward. If you have still issues, share your screenshot for the receiver soap channel.
View ArticleRe: Cash Security Deposit - Account assignment error
Hi amitpost the error clearly as it is to find out what exactly u r missing According to the specified error above;there might be few reasons related to account assignments data error ,;missing account...
View ArticleRe: TSV_TNEW_PAGE_ALLOC_FAILED - SAPOSCOL not running (shared memory not...
The output of ipcs -ma is : ------ Shared Memory Segments --------key shmid owner perms bytes nattch status0x000027ac 338919433 uhpadm 740 534608...
View ArticleRe: Query to Determine Total Order Quantity Invoiced per Sales Order Line
Hi Ron ... Yes It Is Possible you can create a Object and sum Try this Select Sum(tt.QTY) from ( SELECT SUM(T0.[Quantity]) as QTY FROM INV1 T0 INNER JOIN DLN1 T1 ON T0.BaseEntry = T1.DocEntry and...
View ArticleRe: How to Handle ABAP parsing error in Server Proxy .
PI structure should match with proxy (stub) objects. So if there is a change in Pi structure you have to explicitly regenerate proxy objects to reflect the latest changes for sure. Remember these...
View ArticleRe: Price control indicator in Material master from V To S for Finished goods
Dear Prashant You have to do it on 01.01.2014 itself. You can do it through MM17 for your required materials. System will pick up MAP of that date as Std Price for the material. Regards RS
View ArticleCan ODP use a standalone TREX?
Hi all This is a rather simple question. When going through the customising activities for Operational Data Provisioning, the help talks about a connection to "TREX/BWA". But when reading some notes,...
View ArticleRe: Mutliple tax code for single material problem.. urgent
Hi Kumar, Please use one Tax code T1 for the two tax condition type MWS1 & MWS2 and maintain record in VK11. Try to check it in your sand box and update here. Thanks,Suman$
View ArticleRe: User ID issue
Hi Venkat, I just want to re-iterate the steps.When you create a job, select schedule date and time (two minutes later than current).Goto SM37, find the job. This will be in scheduled state.Click...
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 Article