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

zero padding

Hi, may i know how to do the zero padding to a fieldexample: one field contains the value 4445 , for this value i want to add zero's before 4445 value.for fixed length we have to add zero's (how many digits need that much zero's we will add) thank yo...

Resolved! foreign key check holds while updating table through program?

Hi AllI want to know if foriegn key check works when we update a z table from program.My check table has values for field FV1 : AD,BD,CD .... say I have used this field FV1 into foreign table .Now when im updating the foreign key table and suppose i ...

Resolved! Net price in purchase order is not getting updated through bapi_po_create1

hi,i m using bapi_po_create1 for uploading purchase order.it is creating purchase order , but net price of po line item is changed to 784.Return message in bapi is  Effective price is 784.00 INR, material price is 1,000.00 INRMaterial 30050870 mainly...

Float vs Packed Number

Dear Experts,Really really appreciate if you could kindly help and share a glimpse on light on the following question:May I know why for the same number with decimal, e.g. '35.54', can yield different result if I'm using different type of variable?Be...

VOFM routine

Hi to all,     We had developed a routine in VOFM- Condition based value. Its working fine in development. We were transfered to quality server. Test the performance checks for routine in code inspector. ITs showing message "This is SAP object ,canno...

geetha_k by Active Participant
  • 605 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! read table issue

Hi,I want to read a record from a table with below conditionREAD TABLE pp0001 WITH KEY PERNR = group_all_pernrs_wa-pernr and BEGDA <= PN-DBEDA ENDDA >= PN-ENDDA.but encounter error, it said can't use <=, only =,  how can I get the record with above c...

Resolved! ALV Display Format

Hi SDNers,I would like to display my ALV in the below format.MAT1MAT2PLANTSTOCKA1B1ABC10A1B2ABC10SUBTOTAL20A1C1DEF10A1C2DEF10SUBTOTAL20In the combination of mat1,mat2 and plant, I want to display the subtotal.I am using below FM to display the same.B...

table T77UA

Hi Expertstable T77UA is for User Authorizations. I couldnt find any usage in the whole SAP System' abap coding about it. Do you know where a "check" takes place in which programmor Function Module etc. about his entries. I couldn't find any table re...

Resolved! Re: date format

Hi Expert,I have to change the date from excel i am downloading data from excel to interna table and i have to pass to the data base table and date format in excel is ddmmyyyy.below is my code    CALL FUNCTION 'GUI_UPLOAD'    EXPORTING      FILENAME ...

Resolved! Re: Me22n

Hi Expert,From excel i am uploadind data into internal table and the from internal table i have to pass this data to bapi bapi_po_crearte1 the data should fit into the item level of me22n tcode.i have written the code as below   *&-------------------...

Resolved! ALV Drilldown report

Dear Experts, The drilldown code below in my Report program is working with standard Tcodes (Case1). But the PID value not passing in the case of Z reports. (Case2).Case1 FORM user_command USING r_ucomm LIKE sy-ucommrs_selfield TYPE slis_selfield.IF ...

Resolved! alv check dump?

This is my code for alv..I my below code i have used call method oref_alv->check_changed_data. method in PAI to update alv to itab which checked with check box.. but.when i select second time using check box it is not getting updated???Only gets upd...

¿Do you know how to transport deletion from enhancement implementation?

Hi guys.I created an enhancement implementation and only created an implicit enh. point. But we realized this change is not useful. I transported this enhancement point to Quality system, where changes are forbidden. Do you know if I go to enhancemen...

Labels in this area