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

RFC and compression

Hi everyone,I'd like to verify whether the table parameters in my remote function calls are really getting compressed.The documentation states that prior to version 4.6 tables passed as parameter to remote functions greaterthan 8000 bytes were compre...

Resolved! Authorization concept migration from SAP HCM to Success factors Employee Central

Hi,How do we migrate our existing SAP roles in HCM to Success factors Employee Central' Role Based permissions?We are presently using SAP customied roles for our core HCM functionality and we are planning to move to Success factors Employee Central w...

Resolved! SYNTAX_ERROR

Dear Experts,would you confirm me about following Syntax Error. Why I am getting this Syntax Error due to missing data on system or due to Program error.Error in the ABAP Application ProgramThe current ABAP program "??????????????????????????????????...

plz give me correct solution

hi experts  , i want to read the application server file into internal table so what i use code like that DATA: WA_STRING(255) TYPE C. DATA : DEL TYPE C VALUE '#'. TYPES: BEGIN OF T_UPLOADTXT,          EBELN(10) ,          EBELP(5)  ,          KSCHL...

VL10 cell coloring enhancement

Gurus,Has anyone tried to implement individual ALV cell coloring to VL10 output?  We have implemented coloring for the entire line but business would like color on certain cells within each line. Is this even possible?  I tried to add a field of type...

yguan by Explorer
  • 1148 VIEWS
  • 4 REPLIES
  • 0 Likes

BAPI_SALESORDER_CHANGE update conditions doesn't modify pricing

Hello Experts,I've trying to use BAPI_SALESORDER_CHANGE to update pricing information on sales orders. However, I keep getting the following error.I V1               739 Field 'FAKSK' cannot be changed, VBAKKOM 7370429265  ready for inputE V4        ...

Resolved! Enhancement AS01

Hi All,I have a requirement for transaction AS01. Have to create enhancement for populating "Tax Asset Class(ANLU-ZTXANLKL)"using value in Class(ANLA-ANLKL). When  i write a enhancement for populating the above field the value get disapperswhen  i co...

Resolved! dynamic select

hi expert.i have one big problem.i want to get sum from table cosp by some strange statement.when my perdio is 1 i want to get sum from wtg001when period is 2 i want to get sum from wtg002.....wtg012.is it possible to have dynamic select  like this:S...

Resolved! How to avoid the selection of values in customized F4 help(Display mode) ?

Hi I have created Customized F4 help for particular field in Table control.when the field is in Editable mode it should allow to select the values.when the field is in Display mode it should'not allow to select the values.But in my case it allowing t...

ABAP Runtime error" when printing the invoice

Hi All,I am getting the following dump when it try to print the invoice from VF03,Runtime Errors     CONVT_OVERFLOWException          CX_SY_CONVERSION_OVERFLOWDate and Time      10.09.2013 12:13:58Short text    Overflow when converting from "5.50295e...

Restraining decimal points for selective values of a single field?

Hello everyone,here is my sample code ... " types: begin of ty_x,     (some fields)     .     .     .     .     menge           type P decimals 3,     currkey          type waers,     end of ty_x. (let us say this is my final output structure )data: ...

Labels in this area