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

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83798 VIEWS
  • 212 REPLIES
  • 39 Likes

bdc

hi, Have you used SAP supplied programs to load master data? What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?Thank youAshok kumar

ab sapscript

hi, please explain what is print control ? what is the use of that?if u r using only one layout in sapscript what is the use of using start_form? in my sapscript i need according to p doc no . i need total weight,alsooutput should look like: ...

how to solve

Hi Experts loop at itab1. move-corresponding itab1 to it_final. collect it_final. endloop. I am facing the following error when i try the above code.An internal table field is too short.CX_SY_ARITHMETIC_OVERFLOW'The name of the field is "BDM...

Resolved! Doubt in Internal table

Hi All.I need to create one internal table(it_doc) with reference on another internal table(it_mer).after that i need to move all records from it_mer to it_doc.pls refer my code.iam getting error like "it_doc is not an internal table".DATA: BEGIN OF ...

Resolved! ABAP editor

hi, What is the meaning of ABAP editor integrated with ABAP data dictionary? What are selection texts? When a program is created and need to be transported to prodn does selection texts always go with it? if not how do you make sure? Can you ...

about ALE

Hi Experts,i am having lot of doubts on ALE process, i came to know that it is to transfer the data from one client to another. But 1. I just want to know why should we need to send data from one client to another, data can be access by every client ...

Resolved! error in code

hi i am trying oops in ABAP .can any body correct this code below.CLASS c_counter DEFINITION. PUBLIC SECTION. METHODS: set_counter IMPORTING value(set_value) TYPE i, increment_counter, get_counter EXPORTING value(get_value...

Resolved! me51n screen exit

I have to add add a table control for equipment number on one of the screens of me51n , there is a textfield(for entering single value) now and table control for tag number , i have to replace the textfield by table control . How do i proceed with th...

about bdc

when v transfer some data in bdc through a flat file in SAP system ....what is the structure of that flat file..........if there r 5 columns and the data is related to material master .....and the tables v r using is mara and makt ,,,and the correspo...

User Exit

Tables:zcheck_auth,vbak.Data: Begin of wa_itab, usrid like zcheck_auth-usrid, text like zcheck_auth-ztext, End of wa_itab.Data: itab like wa_itab occurs 0, f like vbak-vkorg.if sy-ucomm = 'PORE'.clear f.get parameter id 'V...

Resolved! Display "Exclude Single Values" tab only in a Select Option dialog box

Hi All,Requirement is to display tab "Exclude Single Values" <u>only</u> in a Select Option i.e. don't want to display the other 3 tabs. Currently I'm getting 2 tabs with my code below but I want to supress tab "Select Single Values" and only show "E...

Sougata by Active Contributor
  • 3371 VIEWS
  • 7 REPLIES
  • 0 Likes

problm on TABSTRIPS

hi,i developed one program,to display d details of emp details using module pool.now i m using tabstrips. my steps are 1. first using tabstrip control icon ,place on screen editor,by default 2 tabstrips. 2. first tabstrip,in attributes given na...

Labels in this area