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

Resolved! OPEN SQL error

I wrote a SQL like below. FIELD-SYMBOLS: <datarow> TYPE ANY, <datafield> TYPE ANY. SELECT adrc~street FROM ekko left join lfa1 on ekko~lifnr = lfa1~lifnr left join adrc on lfa1~adrnr = adrc~addrnumber INTO <datarow>. And i...

SELECTING FIELDS

HI EXPERT I want to display all their statuses in one row for each FGRU1(Table CRFH-FGRU1) We have different status in the CRFH table for each FGRU1 I want to display all the different status that exist for each FGRU1 in a row And to know how man...

Build ALV Tree

FORM BUILD_ALV_TREE . DATA: LT_ITAB LIKE GT_IMPORT. *-- Create an ALV Tree with an Empty table LT_ITAB CLEAR LT_ITAB[]. TRY. CL_SALV_TREE=>FACTORY( IMPORTING R_SALV_TREE = GR_TREE CHANGING T_TABLE = LT_ITAB[] ). CATCH CX_SALV_NO_NEW_DATA_ALLOWED C...

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.