Tuesday, April 9, 2013

0 What is Table Description Generator

Table Description Generator  in SAP ABAP:

Table Description Generator  is used to Generate Structure Description for Higher-Level Programming LanguageTable Description Generator is through SE11->utilities.  It is also transaction O020.  As it says when you run it, it is used to "Generate Structure Description for Higher-Level Programming Language". So, if you need to access a table from outside, using COBOL, PL1, C or RPG, it will generate the code to define the table in those languages.Let’s look at a simple example to understand it better.Go to SE11 and type Table name of which description you want to use in higher level programming language.



Click On Table Description Generator as shown in above screenshot then It will Generate following screen
Select Programming Language and Enter the Table/Structure Name
     
Click on execute and you will get the following output
   
If you want to download the output in Local file while executing provide OUTPUT FILE Name also
    
       
Click On Execute, It will download out code in Local file
    
       
       

Check  Output:
Go to C:\Users\Imperio15\Desktop\C.Txt check the output

        




This can be then used in your C Program.








 

SAP-ABAP Copyright © 2011 - |- Template created by Vishnu - |- Powered by Blogger Templates