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

Resolved! Indexes 6 and 0 for table ZMM_TEST have identical fields

Hi,I have created ZMM_TEST table by copying PKPS table.Table ZMM_TEST is exactly same as that of PKPS table. ZMM_TEST table has no inconsistency and got activated successfully.My user asked me to change key field from PKKEY (Identification Number ) t...

Resolved! HR_INFOTYPE_OPERATION is showing Error while Updating No. to compensate

Dear Friends,While Using HR_INFOTYPE_OPERATION Function module to update Annual leave encashment through Custom program it is showing Error asIT Infotype 0416 does not exist.I am passingCALL FUNCTION 'HR_INFOTYPE_OPERATION'                EXPORTING  ...

Resolved! Eventhough i set the 'Change Log' flag, system not showing log!!

Hello,I have created z_tbl_1 and z_tbl_2 in different z packages, and their authorization groups are different, well.Then, i have checked the Change Log check box for both tables,Surprisingly 1st table is giving change log in SCU3 tx., whereas the 2n...

CATSDB Index

We are currently observing an intermittent performance issue in CAT2 (tcode) for some users. Out SQL trace says below given select query consumes quite long time on execution. In this regard, want to understand the best possible index (from database ...

Resolved! Group by + smartforms

Hello,I am creating a report using smartforms to show a list of sellers grouped by their coordinator (their boss)This report should show something like this:Coordinator 1--Seller 1--Seller 2--Seller 3Coordinator 2--Seller 4--Seller 5Coordinator 3--Se...

Resolved! About structure...

Hi all.I have an 2 internal tables. I want inserting data into second internal table inside first. I have a structure but fields data does not properly. Even some fields data doesn't come. What should I do ? This is a part of my code for want.DATA: B...

Resolved! is it possible to use insert command within the form routine

Hi gurus,              I am getting sy-subrc eq 4 when i execute the following code.FORM itable_ztab .   INSERT zdsl FROM TABLE it_zdsl.      '" I set the break point at this line."     IF sy-subrc EQ 0.     LOOP AT it_zdsl INTO wa_zdsl.       WRITE:...

Data mismatch between fields

Hi All,I need to fetch data from BKPF and MARA using the below condition. However,Since awkey is char20 and refdocnr is char10 there is a data mismatch due to which im getting an error.Select < field1,field2,....> FROM BKPF                           ...

BAPI_ADDRESSORG_CHANGE

Hi everybody,I am using this  BAPI_ADDRESSORG_CHANGE to update the mobile number and telephone number of the vendor.When i am running the above BAPI in SE37 and also as a standalone program it runs fine and updates the corrosponding feilds,but once i...

vat calculation

Hello,We are using tax procedure TAXINN.Business required new tax code as below: (SET OFF: Service Tax : 12.36 %, VAT 4%, A.VAT 1%)Base value12.36% service tax on Base valueTotal of base value + 12.36% service tax4 Percentage VAT on 3.1 Percentage A....

Resolved! Data base statement

Dear,My requirement is, I need to fetch data from 4 different table, means there is no relation between each table. Then how I ll fetch the data from the table ?I want to fetch some  fields from each table and finally i want to show all field with th...

Resolved! Problem while working on the function module 'RSDRI_INFOPROV_READ_RFC'.

Hi experts,                in my requirement want read the data from infocube to ecc. For this i use the function module 'RSDRI_INFOPROV_READ_RFC'. It gives output but the output not matches to the output in infocube. Please help me urgent.Give one e...

Dump after select statement

Hello Experts!I am facing an issue while executing a select query where clause.Original query is like:SELECT * FROM table1 INTO TABLE et_result            WHERE field1         IN  is_crit-field1[]                 AND field2          IN  is_crit-field...

Labels in this area