If i wont like to change the standard print program where i
copied standard script to customer namespace,in this case
is it possible to retreive the data if u connect the script
with standard program.if yes how?if no why?
Is it possible to print the logo in first page only,where
the form consists of 10 pages.How can u do this?
How can u set a table format where it cosists of fields
like cust no, custname, amount ...in a script?
How do u know that the particular BADI is suitable for the
existed report.How do u findout this?When do u opt for BADI
OR USEREXIT?did functional people tell u to adopt BADI or
USEREXIT?
What is the difference between SY-INDEX & SY-TABIX ?
I have a report with fields Status,time & date.
the contents it consists are
Status Time Date
AAA 01:20:15 05-06-10
AAA 11:02:32 O3-06-10
AAA 23:11:00 05-06-10
AAA 09:14:46 05-06-10
HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY
EXECUTED?( for this question it should display
AAA 23:11:00 05-06-10 AS Output)
No Answer is Posted For this Question
Be the First to Post Answer
How can I get ascii value of any letter? Is there any function?
final entry BDC table?
What is personnel sub are
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What are the advantages and disadvantages of different types of bdc's?
Importance of PA20, PA30 and PA40
how to see the last updated record in a table?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
Among the Call Transaction and Session Method, which is faster?
How to delete the field created using APPEND STRUCTURE (.APPEND)
What is locking? : abap data dictionary
I have 2 inputs in Module pool prgm, if i click on the input i need to get drop down list..How to get it..