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

Problems in batch input RFBIBL00 when posting along with taxes for FB01

I am using LSMW and trying to post the document through batch Input program RFBIBL00. I want tax to be calculated automatically. So I set BBKPF-XMWST = 'X' and tried to post. But it gives me error "Calculate tax" option not possible. When I try to cr...

Resolved! Role usage report

HI, Is there any report/Way to identify the Role usage report ? For ex: If I give the user ID as input , the report should show the output as User ID and the tcode was not used from any of the roles since XX/XX/XXXX date. The whole idea is to ...

Adding New Fields in FAGLL03, which structure to Append New Fields, FAGLPOSX or FAGLPOSE

I have requirement to add new fields Atl.Reference (XBLNR_ALT) & Ref.key(head) (XREF1_HD) to FAGLL03, without changing the standard tcode I checked existing Answers to my Requirement, and I came across a Note 984305 Suggested to Implement the ...

SQL batch upload

good day, I intend to upload a large set of data into an existing HANA table. below is the command that fails. IMPORT FROM CSV FILE '/test/test.csv' INTO "yyy"."xxx" WITH RECORD DELIMITED BY '\n' FIELD DELIMITED BY ',' optionally enclosed by '"' ...

Bapi to post FI document(bapi_acc_document _post) in Background Sheduling not working

I am using bapi_Acc_document_post to post the Customer Entry in my Custom report. my report is working fine in my server but it is not working client server because they running this report by scheduling job, so posting is not happening. please s...

Resolved! Standard Program to check the existence of program in Development and Quality

Hi Experts, Is there any Standard program to check whether an object (Program, Function modules, interfaces, tables etc) exists in Quality(Test) system or not? We have around 1000 objects to check. Using version comparision to check using remote co...

Resolved! Getting dump ITAB DUPLICATE KEY when writing SELECT query on PA0001 into a hashed internal table ?

TYPES: BEGIN OF typ_pernr, pernr LIKE pa0001-pernr, ename LIKE pa0001-ename, END OF typ_pernr. DATA: BEGIN OF lt_partners OCCURS 0, pernr LIKE pa0001-pernr, END OF lt_partners. DATA: it_partners TYPE HASHED TABLE OF typ_pernr WITH UNIQUE KEY...

Need Badi or exit to validate condition type (bset-kschl) while creating vendor invoice from FB60.

Hi Abapers, I need to validate condition type (bset-kschl) during runtime while creating vendor invoice from FB60. If it matches with the values of a ztable then my program will not allow to create that invoice for that vendor. In this exit EXIT_SA...

ATC resultset issue

Hi All, I am running Job using tcode ATC to on selected custom program to get list of violations anyhow result includes few Web Dyn and type-pool also which are in my list. Can someone advise why result is having these programs though they are n...

Labels in this area