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

Documentation for a transaction

Former Member
0 Likes
2,243

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,481

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,481

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

Read only

0 Likes
1,481

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

Read only

anversha_s
Active Contributor
0 Likes
1,481

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

Read only

Former Member
0 Likes
1,481

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

Read only

Former Member
0 Likes
1,482

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