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

Resolved! TECO UNTECO

Hi experts, before this , i have post how to block if user want to change the sytem status in IW32 from TECO to cancel technical completion. i got the answer using BS23 to set the setting. but how can i want to give only certain user can do the chang...

Resolved! Distribute UserIDs

Hi,I have created some UserID/Password in SAP DEV1 system by writing some ABAP Codes. All the UserIDs have assigned the role Z_ROLE1. Now I want to replicate all those UserIDs into another system SAP DEV2. In DEV2 system all those UserIDs should have...

Resolved! BDC Program

Hi I have a BDc program which has 3 records in that file i.e header , detail , trailer. the text file will be sending to update the data every week. In the Detail record there are some fields where i need to do the calculations and make sure the tota...

Resolved! Why is there a data type NUMC?

Hi ABAP masters,working in database support for several years I've very often seen the problems that arise from the awkward data type NUMC.A numeric type stored as characters.What I always wondered is: what is this data type really good for?The leadi...

lbreddemann by Active Contributor
  • 39434 VIEWS
  • 10 REPLIES
  • 0 Likes

Interface program

Hi I have a BDc program which has 3 records in that file i.e header , detail , trailer. the text file will be sending to update the data every week. In the Detail record there are some fields where i need to do the calculations and make sure the tot...

Validate a date

I want to validate a date in an select-option. AT SELECTION-SCREEN ON s_fkdat. IF s_fkdat > sy-datum. MESSAGE e007 WITH 'Date cannot be in the future'. ENDIF.How can I do this? What is the correct syntax?Thanks RafaModerator message - Please see b...

Resolved! Convert Spool Request to PDF ( "OTF end command / / missing in OTF data")

I want to convert a spool request to PDF but it gives me the error "end OTF command / / missing in OTF data" and therefore can not do the conversion.I did searches on Google and on SDN and tried everything they said to try ("CONVERT_OTF", UMG_CONVERT...

Problems in F110

I made a copy of the "FI_RFFOM100" and created a "Z" to print Smartform instead SAPScript.Through the program now prints a Smartform, but if by the F110 the order of the spool still appears SAPScript.Any suggestions how to change it?Thanks

Labels in this area