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

AUTHORITY-CHECK

Hi, AbapersHow can I check authority of a specified database access like MKPF.I can check authority of specified tcode using by following codes.AUTHORITY-CHECK OBJECT 'S_TCODE' ID 'TCD' FIELD P_TCODE. IF SY-SUBRC NE 0. MESSAGE S261(SF) WITH P_TCO...

interial table read error

in this form. im moving the itab4 to itabbut my error in itab4 first row is move to itab, but second row is not moving.why?give a solution for me.FORM FETCH_READ. LOOP AT ITAB0. READ TABLE ITAB1 WITH KEY EBELN = ITAB0-EBELN. READ TABLE ITAB2 W...

table control

I am trying to implemet the following functionality:i have a table control and it has a field matnr.when i enter a value for matnr in the table control and press enter then the data corresponding to this matnr should be fetched from the table zprice...

Resolved! ALV

hi,pls any one can help me.see the below code.FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMMRS_SELFIELD TYPE SLIS_SELFIELD. CASE R_UCOMM. WHEN '&IC1'. READ TABLE IT_VBAK INTO WA_VBAK INDEX RS_SELFIELD-TABINDEX. REFRESH I_FIELDCAT. ...

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.