in scripts if u want to add the field using itcsy structure
iknow this concept,then i want to add some logic at a time in
S.ORDER
AND P.ORDER HOW,IF POSSIBLE WHERE U CAN ADD THE LOGIC, HOW?
Answer Posted / sudhakar1207
In SCRIPTS IF WE WANT TO ADD LOGIC OR PASS additional Data
To the Standard Layouts we can do by using Control Command
/: PERFORM (SUBROUTE NAME) USING <VARONE> ... CHANGING
<VARTWO> ...
THEN WE NEED TO DEFINE THE SUBROUTINE IN SUBROUTINE POOL OR
A REPORT PROGRAM.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
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)
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
Define dispatcher?
What are the system fields?
What is the major difference between pool tables and transparent tables?
What is the difference between rfc and bapi function modules? : abap bdc
What are the two levels in defining a match code? : abap data dictionary
How do you convert non-char field into char type fields ?
On which event we can validate the input fields in module programs?
What is sequence of event triggered in report?
What are smart forms?
In sap script how to print bar code in vertical manner
What is the difference between pnp and pnpce? : abap hr
How can we set the table spaces and extent sizes? : abap data dictionary