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

idoc process

hi experts,i have one task for that i have to test unit test, that isSARA sends Inventory Summary information to SAP R/3 via IDOC ZINVSUM and processed by function module Z_IDOC_INPUT_ZINVSUM. Include program LZINVSUM_IDOCF01 uses ZXCODE01 to identif...

Resolved! How to Optimize

Friends,How to optimize the following Code?FORM ORDERINVOICE. SELECT SINGLE * FROM KNC1 WHERE BUKRS EQ COMPANY AND KUNNR EQ XKNB1-KUNNR AND GJAHR EQ SY-DATUM+0(4). IF SY-SUBRC = 0. DEBITS = KNC1-UM01S + KNC1-UM02S + KNC1-UM03S + KNC1-UM0...

rfc for crm to r/3

Hi,I had one query . The scenario is in r/3 i am doing a developmrnt which has to display data from crm server in alv grid.so do i use a rfc??? if yes ; which rfc and how to use it for pulling those data from crm into r/3 and display???Thanks in adv...

Resolved! ALV

hi alli tried to use alv concept to display the data.i used the function module reuse_alv_grid_displaybut it is showing run time errorhere i am including my programTYPE-POOLS: slis.PARAMETERS p.TABLES ztable_main.TYPES: BEGIN OF itab, empid TYP...

Resolved! Clears GL Account..

Hi,Our Client have Open items in a particular GL account. Every month end he will get the statement from the Bank. By seeing the Bank statement end user manually clears the above GL account by using T code F-04 (Post with clearing). Now they want to ...

Resolved! How to find the created HU number when the record created from HUP1 transac

Hi All, Iam creating the HU number using HUP1 Tcode with BDC. But its not giving the HU number in the Messages. I tried to use BAPI_HU_CREATE but its not working fine. for this reason i used BDC . So iam using current date and User name to fetch the...

Resolved! screen validation

There is input field in the screen . This fields count exists is from the Z table . the field is of numeric type.By default this input field should be 1 and it should allows user only digit 2-9 else it should give error message .What should be the ...

Labels in this area