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
Explain the difference between tables and structures?
What are function modules?
How to determine the attributes of an internal table?
What is a table cluster? : abap data dictionary
What is the function module to popup contents in the internal table?
What are interface/conversion programs in SAP?
What are the payroll related infotypes? : abap hr
what is difference between user exit, customer exit and badi?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are the drill-down features provided by abap/4 in interactive lists?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Explain the different types of data dictionary objects?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are subroutines? : abap modularization