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
  • 83466 VIEWS
  • 212 REPLIES
  • 39 Likes

table control -urgent

Dear Friends,In my application am using a table control which is developed through wizardmy problem is initially if i give records more than table control rows it is showing the scrollbar..but if i give less no.of records it is not showing scrollbar ...

Resolved! URGENT

Hi All,Scenario: A network is created for all missing parts for a machine using PS. This network contains certain materials & for these materials I would like to know what views have been maintained.I am trying to join the tables RSEB & MARA. From ta...

ALV-report

HII changed the field catlog in alv, I added some fields in field catlog.I am getting these fileds in hidden columns in the layout. but i need these fields in main column any suggestions to get changed fields in main column not in hidden columnsRegar...

Resolved! Length of a String

Hi,i wrote a program to find the length of the string, but iam getting errors , plz let me know correct one.PARAMETERS: P_STR(30) TYPE C.DATA:W_LEN TYPE I.FIND LENGTH OF A STRINGW_LEN = STRLEN(P_STR).WRITE:/ 'LENGTH OF', P_STR IS', W_LEN.

Resolved! container with tabs

hello guys ...shahid herecan we define a container with tabs in a report? for ex: a report program (not MP) , defined to a tcode. when we ran a tcode there will be a selection screen and we give input values in that and it will generate a container o...

Shahid by Product and Topic Expert
  • 1457 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Length of a String

Hi, I want to find a length of a string.This is my program to write the length of a string.But iam getting errors. Plz correct it.PARAMETERS: P_STR(30) TYPE C.DATA:W_LEN TYPE I.FIND LENGTH OF A STRINGW_LEN = STRLEN(P_STR).WRITE:/ 'LENGTH OF', P_STR I...

Resolved! very urgent pls help

hi guys,i got some situation here pls helpi need to capture values frm an db table according to some sel condition like plantype,date n version.then i have to update one field in the db table s_seq this is update in the following manner suposse there...

where-use help

specification: i have a selection-screen : taking table names (mara ,ekko)i have to loop at list of table nameget all the fields of the tableusing field name scan all the abap cuctom developemnt...to find the custom code list all the custom code name...

regarding BADI

can any one help me out in implementing the badi vendor_data_add and vendor_add_data_cs what i have to write in the badi to implement mmy own sub screen in which method i need to write the code and how to get the data to my screen i dont have any ide...

Resolved! ALV

Hi,this is Sandeep,I am trying to do an example on ALV’s by using FIELDCATALOG and GRIDLAYOUT… I am getting message as <u>“program terminated, short dump is being formatted”...</u>Below I mentioned that code...Please help on this how can solve that i...

Regarding Search Help

Hi ABAPers,I am having one doubt in Module Pool. POV is for creating F4 functionality for the fields which we want.Instead of this POV why can't we use Search Help for creating F4 functionality.What is the use of Chain And End chain.I think it is for...

leave to screen

Hi all,In a transaction i have used a screen exit , which allows the user to enter some extra fields and updates related db table.User wants to validate the data entered in the new field. To meet this i have hard coded some validations . If the vali...

Labels in this area