‎2007 Apr 11 10:48 AM
hai freinds can any one tell how to find the documentation for transactions , either i have to go to screen painter and enter the program name and find documentation or from se93, i want complete documentation for a transaction i,e for va01 or xk01 or like that
bye
afzal
‎2007 Apr 11 11:10 AM
hi ,
Call transaction is SAP-provided functionality for entering data into an SAP system. Call Transaction guarantees that the data adheres to SAP's data model by using the same screens an online user sees in a transaction. This process is commonly referred to as screen scraping. To use Call Transaction, specify the following types of instructions:
Initiation--transaction to call
Navigation--sequence of screens to process
Mapping--input data that should go into each field on a screen
TRY USING THE FUNCTION MODULE <b>"ABAP_DOCU_DOWNLOAD"</b> for documentation of t-code
reward points if useful
regards,
ginni
‎2007 Apr 11 10:51 AM
Hi,
You have to go through the SAP help for each Application Document:
For example if you wants to know the VA01/02 transaction, in SAP help it will clearly expalin field by field in how to create different types of Sales documents.
Similarly for XK01 or XD01, if you refer about the Master data creation you will come to know in detail.
reward if useful
regards,
ANJI
‎2007 Apr 11 11:00 AM
Myquestion is not about how to create any customer or vendor but i want the description of the transaction what does it do and all, documentation of transaction itself
hope u reply
‎2007 Apr 11 10:52 AM
hi,
some tips, may be hlpful for u
These are the some of the tables where u can see the documentation of the program.
DOKHL - Documentation: Headers
DOKTL - Documentation - text lines
DOKIL - Index for Documentation Table DOKH
Use the FM:
SRTU1_GET_REPORT_DOCUMENTATION
Pass the language.
And in the tables IT_REPORTS pass the report name.
Rgds
Anversha
‎2007 Apr 11 10:56 AM
hi,
u can go to table TSTC there u will find all transactions from there u can get what that particualr transaction do ... i am not sure wether u can find the doc for a particular transn just check it out
if my info u reward plz
ravi
‎2007 Apr 11 11:10 AM
hi ,
Call transaction is SAP-provided functionality for entering data into an SAP system. Call Transaction guarantees that the data adheres to SAP's data model by using the same screens an online user sees in a transaction. This process is commonly referred to as screen scraping. To use Call Transaction, specify the following types of instructions:
Initiation--transaction to call
Navigation--sequence of screens to process
Mapping--input data that should go into each field on a screen
TRY USING THE FUNCTION MODULE <b>"ABAP_DOCU_DOWNLOAD"</b> for documentation of t-code
reward points if useful
regards,
ginni