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

Resolved! Radiobutton position:is it possible for it to be displayed before the text?

Hello experts,I am currently modifying a report wherein in the selection screen, the users want the radiobutton to be placed before the its text. Just like below:o Displayo Addo EditCurrently, the selection screen looks like this:Display oAdd ...

Resolved! VOFM Routines

Hi Guys, I am trying to work on some pricing condition types in SD during invoicing. I have some requirments which i am tyring to achieve using VOFM routines. We have many options in VOFM routines like data transfer routines, copying routines , requi...

Resolved! not working....

Hi all,for the below code i am getting o/p as nothing(null)...DATA : v_knttp(25) TYPE c. SHIFT v_knttp LEFT DELETING LEADING space.CASE lt_ekpo-knttp. WHEN 'K'. MOVE lt_ekkn-kostl TO v_knttp. WHEN 'P'. MOVE lt_ekkn-ps_psp_pn...

Resolved! formatting error!

Hello all,In the print program, the smart form function module is returning sy-sunrc eq 1 which is a formatting error.But the smartform is not having any errors and is active. I dont know why it is returing this error.Can someone help me with this.Th...

Resolved! Perofrmance tuning

HI,when i execute my program it taking lot of time.when i do runtime analysis it showing Abap 99% and Database 1%... what is it exactly mean...where is the problem..how can i find which statement has the problem..in debug i didn't get the statement w...

Resolved! doubt in selection

Hi folks,I want to pick the data from payr table where pridt(creation date) IN sel_cpud ( selection screen field)and voidd > sel_cpud.I mean , i need to get checks from payer for the period of creation date and need to include voided checks whose vo...

Resolved! Material load with LSMW

I created an LSMW proj to load Material master data . The materials are created but when i try to view the materials using mm02/03 it doesnt show all the views ( like basic data1/2)...although if i create a material ( with exact same data ) throuh MM...

user exit

Hi Friends,I have a function exit and Include file in it. I want to make some changes in the include file and debug it. How should I do it. If I set a break point in the include and run the function exit, it is not stopping in the include. Please hel...

Resolved! Attachment List details

Hi all,I am using cl_gos_manager (using custom SW01 object ) to attach files to a custom dialog program. My requirement is i am writing a report that list the document number and number of attachments attached to that document number.ExampleDocument ...

FM reuse alv

perform aufbauen_fieldcat using 'LBLNI' 'ESSR' '' '' '' ''. perform aufbauen_fieldcat using <b>'EBELN' 'ESSR'</b> '' '' '' ''. perform aufbauen_fieldcat using 'EBELP' 'ESSR' '' '' '' ''. perform aufbauen_fieldcat using 'BANFN' 'ESSR' '' '' '' ...

OTF Specification

We are trying to convert OTF to HTML. We can not find a clean way to do this since our forms are written in SAPScript instead of Smart Forms.So we are embarking on our own conversion program. The problem is that we can not seem to find a specificat...

Resolved! BDC/Call Transaction

Is there anyway that we can check for value in a screen field before populating in when we do a bdc session/call transaction ?Eg : If there is a value for matnr on the screen for transaction , the value to be put is 'A' else 'B'? Is it possible ? If ...

Resolved! [ActiveX] SAP.Functions

Hi, I would like to call SAP from JavaScript using ActiveX "SAP.Functions". I manage it all the way with the following JavaScript code (same thing can be done using Visual Basic) :var retcd = 0; var exceptions = 0; function SAPlogon() { fns...

Labels in this area