‎2007 Jan 21 10:01 AM
hi,
this is vishnu vardhan
1. how many ways are there to see the function modules used of enhancements in user exits?
2.how to print a script on a news paper for 20 lines ,space and 20 lines?
3.is there any table for storing the source code of reports and MM flow?
4.wt is QRFC?
5. how to work on BAPI and BADI ?
‎2007 Jan 21 10:17 AM
Vishnu..
1. how many ways are there to see the function modules used of enhancements in user exits?
<b>Go SMOD and give the Exit name, there you can see the Function modules</b>
2.how to print a script on a news paper for 20 lines ,space and 20 lines?
<b>Try using SKIP 20.</b>
3.is there any table for storing the source code of reports and MM flow?
<b>1. you can validate the existence of the report in table TRDIR.
2. If successful, read the report into internal table.
READ REPORT lrep INTO ITAB.</b>
5. how to work on BAPI and BADI ?
To work on BAPI function Modules call the FM for example use for uploading data
and if we want to use to create a BAPI we need to create Business Objects in SWO1
For BADI's we need to implement them in SE19 transaction .
Srini.
‎2007 Jan 21 10:17 AM
Vishnu..
1. how many ways are there to see the function modules used of enhancements in user exits?
<b>Go SMOD and give the Exit name, there you can see the Function modules</b>
2.how to print a script on a news paper for 20 lines ,space and 20 lines?
<b>Try using SKIP 20.</b>
3.is there any table for storing the source code of reports and MM flow?
<b>1. you can validate the existence of the report in table TRDIR.
2. If successful, read the report into internal table.
READ REPORT lrep INTO ITAB.</b>
5. how to work on BAPI and BADI ?
To work on BAPI function Modules call the FM for example use for uploading data
and if we want to use to create a BAPI we need to create Business Objects in SWO1
For BADI's we need to implement them in SE19 transaction .
Srini.
‎2007 Jan 21 9:24 PM
1. how many ways are there to see the function modules used of enhancements in user exits?
Ans: 1. You can search the standard program with "CUSTOMER-FUNCTION" tag
2. If you know the exit name you can go to CMOD
3.is there any table for storing the source code of reports and MM flow?
Ans: Explore the SAP Help to know the process flow in MM. For example you can check this link:
http://help.sap.com/saphelp_47x200/helpdata/en/f0/4228f5a97311d2897a0000e8216438/frameset.htm
TSTC table contains the list of program names and transaction codes. Donno the table which stores source code. Doubt it exists!
4.wt is QRFC?
Master the 5 types of RFCs in ABAP. Check this excellent link:
5. how to work on BAPI and BADI ?
Check these links:
http://www.allsaplinks.com/bapi.html
http://www.allsaplinks.com/badi.html
And many more in this forum to search.
Hope the above stuff helps you...
Thanks,
Santosh