Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

answer for user exits question please

Former Member
0 Likes
405

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 ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

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.

2 REPLIES 2
Read only

Former Member
0 Likes
377

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.

Read only

Former Member
0 Likes
376

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:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c7567...

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