I want to display the different data on the multiple main windows of the form in Sapscript. Is it possible ? If yes, then How?
3 12030Hi All , Please mail me Interview Questions Related to SAP ABAP WITH CRM FUNCTIONAL EXPERIENCE please help me out ASAP as i m in Great need of Help.. my email Id is surendhar.palle@gmail.com Thanks and Regards surendhar
2271Hi, If anyone is interested in SAP ABAP from basics to Expert. Email me your contact details to sap.abap9@gmail.com
1 4208Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
2 8844How to upload a flat file from a legacy system into sap using BAPI ? And i also want the flat File to be uploaded in another Client.. ie suppose i am working in client 800 , i want run the BAPI and upload the file to Client suppose 000 directly from 800.
PWC,
4176hi friends, while sending idoc's to receiving system,i got msg type 3 and 12 in sender side.but in receiving side while executing we02 ,i am getting error 'no idocs selected' instead of getting msg type 53.here i am simply sending one material from one client to other client.if anybody knows that problem ky revert back.
1 4043Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
1924
when do you need to create an internal table with header line ? and with out a header line?
How can end-of-selection be used?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What is the meaning of sap r/3?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
How many secondary indexes can we create in a table?
What is the difference between upload and ws_upload ? : abap bdc
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Double click function on the lists, identifying the line selected by the user on the list?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are the disadvantages of abap query tool?
What is the difference between tables and structures?
What are datasets in abap?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?