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: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Table type in bapi issue

Dear All,I have to develop a bapi which will be used by other sources like java or .net or webdynpro java which should take two input parameters.for ex in spfli table two input parameters airlineid and connectionid and return a flight list of some fi...

prasad by Participant
  • 125 Views
  • 1 replies
  • 0 kudos

Resolved! The maximum size of an SQL statement was exceeded

  DATA: BEGIN OF wa_cnt_eina,          matnr LIKE eina-matnr,          inf_n TYPE I,        END OF wa_cnt_eina,        itab_cnt_eina LIKE TABLE OF wa_cnt_eina.    SELECT matnr COUNT( * ) AS inf_n        INTO TABLE itab_cnt_eina        FROM eina      ...

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.