Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

HPL SAP Basis Interview Questions
Questions Answers Views Company eMail

Dear Community Members, Could you please help me in solving a urgent problem ? Below is details:- On client side working on SAP GUI print setting in Billing printed copy are problematic...( The problem regarding the improper arrangement of Numerical figures in Excise Invoices )....for your knowledge for easying the problem solution:- 1. from other system when print given the print is ok 2. there is no problem in printer 3. Also reinstalled SAP GUI but of no use As per me, final solution will be re-install the windows ? any other efficient solutions to the problem ?

1 3596

Post New HPL SAP Basis Interview Questions




Un-Answered Questions

Explain complex assets and asset sub numbers? : fi- asset accounting

577


How do I change the default font in powerpoint 2013?

109


What is pi controller?

663


Tell me the formula of heat loss in a pipe.

616


On a system with paging, a process cannot access memory that it does not own why? How could the operating system allow access to other memory? Why should itor should it not?

521






Hi this is the coding for adding data in to an xml table i want the coding for update and delete Try Dim emp_xml_doc As New XmlDocument If System.IO.File.Exists(Server.MapPath("emp.xml")) Then emp_xml_doc.Load(Server.MapPath("emp.xml")) Dim myrow_element As XmlElement myrow_element = emp_xml_doc.CreateElement("EmpDetails") Dim str As String str = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1729


What is vgsa in aix?

3


How does ejb invocation take place?

569


Enlist the advantages of normalizing database.

607


What is cdata section in xml?

452


How many types of API functions are available in VB?

1888


What is the delegate in c#?

492


Explain ovarian cysts. How are they formed?

426


What are the benefits of rcc pipes over steel designed pipes?

785


How to use file based sessions?

229