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

Resolved! Heading in Tablecontrol for column of type Checkbox

Hello all,I have a tablecontrol in Screen Painter and one of the columns has a checkbox. I want to add a heading to this column but I can't find a way! If I double-click on the heading right above the checkbox it opens the INVOICES tablecontrol prope...

ALV display logic

Hello,I have an requirement i need display the table entries using the ALV,in the fisrt row i will display the Business partner header details along with first item details,in 2nd row only 2nd item details (no hear data) , 3rd row  only 3rd item deta...

Resolved! Ho best to transfer data from a typed internal table to a character table?

Hiya,I have selected some data from table GLT0:  SELECT * FROM glt0 INTO CORRESPONDING FIELDS OF TABLE itab_data  WHERE rrcty IN s_rrcty  AND   bukrs IN s_bukrs  AND   ryear IN s_ryear.Into internal table itab_data which is based on:TYPES: BEGIN OF t...

In PO update Net Price and Condition amount for a condition type based on Scales considering all PO quantity

Hi Folks,We are working on requirement to update rate for condition type and net price for PO order quantity, considering all older quantities created under same outline agreement number.Approach took : 1.  BADI ME_PROCESS_PO_CUST in method Process_i...

How to fix Alignment and Font issues in HTML attachment of ALV Report output

Dear Friends,Please help me get resolve the issue related to  Format issue in HTML  attachment of  ALV report output. I have developed a program which will convert the ALV  output into HTML output and send as an attachment to the recipients list.I am...

CL_GUI_FRONTEND_SERVICES->REGISTRY_GET_VALUE -> Error 1

Hi,i need to retrieve the user's network drives mapped.I can do that with the following ABAP code :DATA: lv_alphabet  TYPE string VALUE 'DEFGHIJKLMNOPQRSTUVWXYZ',         lv_key       TYPE string,         lv_cpt       TYPE i,         lv_reg_value TYP...

Resolved! LSMW : Maintain Field Mapping and Conversion Rules : Saves and generates program only if syntax error present

Hi,I created a LSMW to be used as a report for displaying data after upload.Initially, by mistake, I had made a syntax error while writing ABAP code in  _GLOBAL_DATA_  block, under the Maintain Field Mapping and Conversion Rules .After correcting the...

Resolved! ABAP language help very slow

Hello,we have an issue in Eclipse when using the F1 help on keywords. This opens the ABAP language help, like when you hit F1 on a keyword in SE80.When I do this in SE80, the language help opens very quickly.But in Eclipse, sometimes the initial load...

Resolved! Remove leading zeros in sapscript

In my sapscript form, there is a variable LTAP-NLENR which has value '000000000010000000712'.All I want to do is remove the leading zeros so it becomes '10000000712'.I have read so many discussions and they all say just use &variable(Z)&. So I tried ...

mgross1 by Participant
  • 1822 VIEWS
  • 6 REPLIES
  • 0 Likes

Resolved! The ASSERT condition was violated.

Dear Experts,The following dump occurred when posting in MIGO.Category               ABAP Programming ErrorRuntime Errors         ASSERTION_FAILEDABAP Program           SAPLFMRIApplication Component  PSM-FM"ASSERTION_FAILED""SAPLFMRI" bzw. LFMRIF2V"S...

New GOS service (copy from ARL_LINK), commit_required event raised, still no attachment list refresh

Hello everyoneI've built a new GOS service like the existing "store business document" one (ARL_LINK). The difference of is that it deletes the original source file(s) when they once where stored as business document.Everything works as expected, exc...

Resolved! Shipment creation

Hi All,             I need to create Shipment with reference to Sales order. So now the VT01N screen has Transport Planning point, Shipment type and selection variant(attached). I need to add the extra fields : Forwarding agent , special processing i...

SAP suite on HANA

Hi Experts,I have couple of questions:1. What is SAP suite on HANA? By googling i found out that this is related to OS/DB migration. Can anyone elaborate on this.2. What will be the role and scope of ABAP in this migration? Is this related to the cod...

Resolved! Update function module

Hi all,I am trying to use the statements SUBMIT, CALL DIALOG, CALL SCREEN, CALL TRANSACTION, COMMIT WORK, ROLLBACK WORK in my update function module.But those statements are not getting triggered. what could be the reason for this.??Regards,Abdul Kha...

Resolved! BW Start Routine - error

Hi ABAP gurus,Appreciate if anyone can suggest a way on solving this issue.Currently I am trying to load data into my Internal table for further uses later.however, the codes below have error occurs.It displayed error:-When you use the addition "FOR ...

tnecnivo by Active Contributor
  • 1104 VIEWS
  • 3 REPLIES
  • 0 Likes

address ussage

hi ,i wanted to assign standard address to 1)mailing address2)work address3)register address.for that i want to know how to create function module or which  sap function module is use to copy standard address into above three address. i m creating bu...

Labels in this area