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

SAP Developer News, April 25th, 2024

Podcast Version: SAP Developer News April 25th, 2024 – SAP Developers (opensap.info)DescriptionABAP Cloud Developer Trial 2022https://community.sap.com/t5/technology-blogs-by-sap/abap-cloud-developer-trial-2022-available-now/ba-p/13598069Upgrade SAP ...

thumbnail.png

Resolved! Delete statement

Hello friends,I have to delete a record from an Internal table based on comparing two fields from the same line in the Internal table. I am using this code. LOOP AT itab. IF itab-01_kschl = 'ZBX1'. IF itab-02_kschl <> 'ZAXS' OR ita...

Resolved! SELECTION SCREEN ISSUE

Hi all,I have a selection screen in which i have twi fields for input.i have a field type numc and plant field in my selection screen If the user enters a value a then i have to retrieve data based on that value but if user leaves blank then i have ...

Resolved! ALV Grid Layout

Hi Good Guys, my problem:My Report is like below:*Stucture definitiontypes: begin of tab, field_1 type table-field1, field_2 type table_field2 ... end of tab.*internal table definitionData: i_tab type standard table of ...

Resolved! BAPI_BILLINGDOC_CREATEMULTIPLE

Hi i'm new in here, i got a problem when creating a document with the BAPI_BILLINGDOC_CREATEMULTIPLE, it seems to take a litle bit to create the document and when i query the document created it doesn't find it at all, but if i put a break point or a...

Adjust data declaration

Hello,If I created some data elements that I do not use anylonger is there a way to find out which are no longer used in my program (not manually)? I might have 50 of them and it is not efficient to go through each manually.Just like JavaWD has ADJUS...

Resolved! Exception: CX_SY_OPEN_SQL_DB

The program cancels with the following mistake in the select of the table EBAN: Mistakes time execution: DBIF_RSQL_INVALID_RSQLException: CX_SY_OPEN_SQL_DBThe SELECT is this:SELECT * FROM eban INTO TABLE t_eban WHERE ekgrp IN s_ekgrp AND ...

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.