Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member184155
Participant
3,451

Dear User / Experts, We can use ABAP TYPE  Builder in ABAP Workbench to minimize our efforts in custom TYPES Creation in our report .

Below are the steps to use ABAP TYPE Builder effectively. This feature is provided by SAP as on NW 7.3

STEP 1 : To create a structure we normally go to T-Code SE11  & copy all the Structure / Table fields & paste it in our report.

                     But you can avoid it by the following ABAP Type Builder. Inupt a ABAP Key Word for e.g Type

STEP 2 : Press Control + Space to let the workbench List the possible Keywords starting with Typ*

STEP 3 : Keep Pressing SHIFT BUTTON & Doble click on TYPES : a ABAP Type Builder Dialog Screen will appear.

STEP 4 : Provide a structure name For e.g like VBAK or any structure you have created in   ABAP DATA Dictionary.

STEP 5 : Click on Preview TYPE button & all fields of that structure will appear.

STEP 6 : You can Select or deselect any of the fields you wish for your structure in your report & at the end press ok.

    The structure will be generated in your report.

Thanks & Regards

Priyesh Shah

22 Comments
Labels in this area