Application Development 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: 

Recent Activity

Performance Tuning issue

Friends,Please help me for tuning the below code.FORM get_data .  TYPES: BEGIN OF ty_resb,          bdmng TYPE resb-bdmng,          shkzg TYPE resb-shkzg,          ebeln TYPE resb-ebeln,          ebelp TYPE resb-ebelp,         END   OF ty_resb.  DATA...

Resolved! Call Transaction using BDC data

Hello All,I have a z program in which I'm using BDC to populate values and call MR22 Transaction 2nd screen. My issue is after clicking on SAVE button on MR22 transaction, its comes back to my zprogram, which is not what i want. I need to show the fi...

deep table

Hello experts,I wanna a include a table into each item in VBRP.TYPES: BEGIN OF ITM_INFO_LN,               ...             END OF ITM_INFO_LN. TYPES ITM_INFO_TAB TYPE STANDARD TABLE OF ITM_INFO_LN. TYPES BEGIN OF CART_MAT_TYP.               INCLUDE TY...

Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.