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

problems in printing.

Hi all,I am trying to print check on paper size ' Legal'.iam able to see the print on the spool but not on the printout. printing on 'LOCL'. it printed previously.The section which is not visible is in the lowest side of the paper.how can i correct t...

enable check box

Hi ,I have two check boxes (P_box1 , P-box2).If i Enable box2 should be in Inactive mode.If i disable box2 box1 should be active mode.I wrote my code like this .But its not workingAT SELECTION-SCREEN OUTPUT.if P_box2 = 'x'.LOOP AT SCREEN.if screen-na...

Resolved! Add 2 strings together

Hello,i have a really weird error message here:say I define 2 dta type c objects:data: tot_str(50) type c, sub_str(20) type c.then I do tot_str = 'ABCDEF' & substrassuming both tot_str and sub_str are already initialized.However, the error me...

Resolved! Table Control

Hi all,I'm creating a table control using internal table like the example below:data: begin of itable occurs 0,item like ztcn08-item,name like ztcn04-name,amount like ztcn08-amount,price like ztcn08-price,whs like ztcn10-whs,end of itable.What I woul...

Hi all

I followed the note listed below, but I was unable to activate the foreign key for RFPNT. SymptomIn the standard network, for the activities, you can save reference points for the BOM transfer.You can enter values which have not been created via Cus...

Resolved! Abap HR basics

Hi Team, Just started ABAP HR and need some help from you guys. Wanted to how to read, update, created and delete a record in any infotype. I have basic knowledge like to read any latest or first record we have macro RP_PROVIDE_FROM_First/Last ...

BAPI Extensions

Hi All, Requirement is for the Table : VBAK , there is one custom field appended by structure.Using Bapi I should update this Custom field.Using Bapi : BAPI_SALESORDER_CHANGE , but unable to update the field. Please kindly let me know how to pass the...

Deleting from CATSDB

Hi, I have a number of records in CATSDB that have a status of 60 (Cancelled). These records are not required and are preventing WBS elements being deleted.Is there an easy way to remove these records? I've looked at CADO but this only works by date/...

Resolved! Change Documents

Hi, I am working on an interface where we have to send New and changed functional locations to other system.One option was to use Dates to determine this and the better option was to use Change Documents and Change Pointers.I have used Change pointer...

Resolved! ABAP TO XML file

Hi, I am tring to Save an ABAP report output to xml file(.XML extension). I am using CALL TRANSFORMATION and could capture output in String format but not with proper indentation as an XML file. The syntax i have used call transformation (`ID`...

Labels in this area