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

Build ALV Tree

FORM BUILD_ALV_TREE . DATA: LT_ITAB LIKE GT_IMPORT. *-- Create an ALV Tree with an Empty table LT_ITAB CLEAR LT_ITAB[]. TRY. CL_SALV_TREE=>FACTORY( IMPORTING R_SALV_TREE = GR_TREE CHANGING T_TABLE = LT_ITAB[] ). CATCH CX_SALV_NO_NEW_DATA_ALLOWED C...

select count(*) for CDS view on top of COEP and underlying table COEP table has different counts

I'm running into a strange issue with CDS. For the COEP physical table, I get a certain number 30 million plus as the count. I have created a CDS with a select from COEP with all of the same fields and also I have defined the keys as the same. Ho...

jmalla by Contributor
  • 3898 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! facing an issue while posting the Accounting Document using the BAPI - BAPI_ACC_DOCUMENT_POST.

HI Experts, I am using the BAPI - BAPI_ACC_DOCUMENT_POST to post the accounting document, but BAPI executed successfully and the Accounting Document got created, but am passing 240 line items, BAPI created Multiple Accounting Documents for those 24...

Resolved! BADI implementation

Hi, For Fiori application I want to implement the BADI HCM_B_TSH_FIELDRANKINGS. when I enter the BADI name HCM_B_TSH_FIELDRANKINGS in SE18 it takes me to enhancement Spot HCM_ES_TIMESHEET. In the Enhancement implementations tab I get the message 'N...

Resolved! IF condition doesnt work even when condition mentioned in statement is true

hi, strange thing in IF ENDIF. we have an IF condition IF lv_org eq '123' or lv_org eq '234' or lv_org eq '456'. <logic> ELSE. <logic> ENDIF. now in our case lv_org is '234' first time when we debug it doesnt enter the IF logic ...

How to restrict records per page and fix footer position in smartform

I want to print PO in 5 records per page. I also want footer position fixed if number of records on the page is less then 5. To do that in driver program I add blank rows in PO records table so that the total row number is always 5 divided without re...

Labels in this area