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

Validate Date?

Hi guys, I have to transfer a file in a transaction. The file contains Dates but one of the date is wrong. The date is like this 45.03.2007. How should we validate this date? I do not want to transfer this record from flat file to the transact...

snote problem

Hi, I have applied one note 1061746(Account specification for narway) with snote. this note purpose is, it will create three new FI reports, needed for legal requirement in norway. In processing status it is showing right green mark, but it has not c...

Resolved! version management

Hello,i want to retrieve an old version of a program and leave it as the actual active version.Its because we have done some changes but finally they are not necessaries. It would be ineteresting if its possible do i without have to create a transpor...

Resolved! Query related user license

Dear AllI want to clarify some issues related to user license.1) Are the locked users in production server treated as a part of no of user license?2) Is the development user for ABAP development registered with SAP treated as a part of no of user lic...

Santanu by Explorer
  • 365 VIEWS
  • 1 REPLY
  • 0 Likes

table entries

i have a final internal table like thisdata: BEGIN OF GT_FILE occurs 0, hienm TYPE rshiedir-hienm, NODENAME TYPE rsnodename, IOBJNM TYPE rsiobjnm, VALUE1 TYPE rsnodename, TXTSH TYPE rstxtsh, END OF GT_FILE.i am getting all the...

Resolved! Date difference

data : vdiff like eban-badat, p_high like eban-badat, p_low like eban-badat.p_high = mbadat-high+0(6).p_low = mbadat-low+0(6).wish to calculate diffrence but vdiff is always having zero *vdiff = p_high - p_low. IF vdiff is not INITIA...

Resolved! Z Table for output

Hello!On which table is FM RP_PNP_ORGSTRUCTURE's output based ?Which tables are being used here for the output of Organizational Structure in the tree ?My second question is can I pass to this FM my own Z Table with Org-Datas.Which table must be subs...

Submit Report

Hi Friends,I am submitting an report with the code as below...here I am passing selection screen variant. SUBMIT zrkpep003 USING SELECTION-SET 'ZTEST'AND RETURN.this is working fine and getting the desired report.however I need to pass the Selection ...

bdc using f-27

hi gurus,i create a call transaction programm using f-27it run perfectly but a problem in 3rd screen at this the amount field are come when i save it a popup screen is come like as coding block is screen name that i show here-Order - ...

SELECT QUERY

HISalesorg----Sales doc---- to -Period---- to -Suppose I enter sales org vbak-vkorg as 3050 and give range for sales doc and period it should show all the sales doc in that given range whose Vbak-auart type is ‘zje’ or ‘zjr’ wrt to the given rang...

Resolved! Finding sum inside Loop

Hi Experts,here i am printing report output. in my internal tab there are 10 fields, inthat last field is CURRENCY (amt). now i want to sum that field at end of first field.my pease of code is below: LOOP AT it_display INTO wa_display. IF wa_displ...

Labels in this area