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

badi

Hi All,I have to implement badi for customer master. my requirment is as follows.1) In the xd01 transaction i have to add a button like customers additional data.2) in that there will two tab pages general additional data in this tabpage i have to ...

Regarding BDC

Hi All,I have created a BDC to upload Master Recipe data in C201. I face some problem while uploading the data. All data gets populated to the internal table and even to the bdc table. But it dosent appear in the screen. Can anyone please send me the...

Resolved! urgent

hi,following code is the part of the program which i am developing.data: i_data type standard table of ty_data, i_final type standard table of ty_final,data: wa_data type ty_data, wa_final type ...

joins

hii need to get the data from LFB1 table, fields are lifnr , bukrs, erdatwhere this lifnr should not be in BSIK and BSAK TABLECan anyone help me how to get that data.do i need to use joins,please help me if any one as code .

Resolved! how to use ranges?

Hi all,can any body explain how to use ranges? i used like below..but im not getting pls correct it...RANGES : HKONT FOR BSEG-HKONT.DATA : WA_HKONT LIKE LINE OF HKONT.START-OF-SELECTION.WA_HKONT-SIGN = 'I'.WA_HKONT-OPTION = 'EQ'.WA_HKONT-LOW = '107...

mc.a tcode

Dear all, there is one standard report for material analysis...tcode is (MC.A) user ...client want one more field to be added to selection screen so that data will be picked according to that field also... field is movement type (BWART),,when i c...

F4 help

Hi all,i have two fields in selection screen. A and BIn A if i enter excise group i want related values(F4 Help) from j_1iexchdri know DYNP_VALUES_READ is used to read the field and F4IF_INT_TABLE_VALUE_REQUEST is used for F4 help.but i want the ful...

Locking a BAPI

Hi All, I have a reqirment in which a RFC enabled BAPI and this BAPI has to be called or executed only during the period of first week of every month. Do we have any option to lock the BAPI so that it can be locked in the rest of the...

BDC Session

Hi All,I have created a batch input session and scheduled in background with the help of the standard program RSBDCSUB.Please find the below code.CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = 'z...

performance issue

hi experts, My object is an ALV interactive report which also involves 2 batch session and 2 call transaction method .program includes 10 secondary lists. Problem is the performance issue. its very slow while testing. please give tips to impr...

IDOC status 53

Hi All,I have developed a FM for inbound IDOC. When the IDOC is processed correctly after being executed from "WE19 - Standard Functuion Module" then in end of FM I am changing IDOC status to 53. In transaction WE02 when I see IDOC it shows status as...

BDC

Hi gurus ! i have create a RFC for creating order VA01using BDC.In this RFC, Order is created using Import parameters and only 1 order is created at a time. Actually I want Document number is which create Order No as i have to export this Doc no.data...

Resolved! BDC

Hi gurus ! i have create a RFC for creating order [VA01]using BDC.In this RFC, Order is created using Import parameters and only 1 order is created at a time. Actually I want Document number is which create [Order No] as i have to export this Doc no....

Labels in this area