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

easy way to get the exception text returned by FM (without case/IF)

Hi All,it is basic thing, but want to generalize my code, so asking,    DATA lv_str TYPE string.      DATA: lt_p1001 TYPE TABLE OF p1001.      CALL FUNCTION 'RH_READ_INFTY'        EXPORTING          authority            = 'DISP'          with_stru_a...

Resolved! IS-Retail-WA08/WF10 : Validations in Purchase Order Creation

Hi,I have implemented BADI ME_PROCESS_PO_CUST and wrote validation for tax codes at item level. It is working fine when Purchase Order is created using ME21N/ME22N.In IS-Retail, the purchase orders are also created using WA08/WF10 but the BADI ME_PRO...

Resolved! How to download internal table data to excel sheet with out any file location

Hi Experts,I have a report to display the data in output screen, but client requirement is in selection screen keep one check box for download the data in excel sheet format and it should display downloaded file in status bar, like we are downloading...

Single W2 page for employee living and working in multiple states/locals

SAP standard delivered W2 is in multiple pages if employee lives and works in multiple states/locals  2.       We would like to have in single page instead of multiple pages.  This is a cosmetic change not legal. 3.       We have reached SAP thru OS...

Resolved! column position in CL_salv.

Hi experts,               My Alv reports has totally 7 columns . In this 7 columns 3 columns are hidden by default .. when ever the respective buttons is click that time oly those column will appear if i click it again that column will hide again. it...

Resolved! In what case would you assign transaction to System User Type?

I am an ABAP developer who has been doing some very basic security research, and I want to ask what I think are some fairly simple questions to which  haven't been able to find any really good comprehensive answers.We have a number of ids that are de...

INVOIC01 create Vendor Invoice - Coding Block - Real Estate accounting fields

Hi,I am using inbound IDoc INVOIC01 to create a Vendor Invoice. During inbound processing I have to perform Account Assignment and for this I am using user exit EXIT_SAPLMRMH_015 (MRMH0002 - Logistics Invoice Verification: EDI inbound). This works fi...

che_eky by Active Contributor
  • 1396 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! VA01/VA02 User Exit to change the Condition Pricing Date and Pricing amount

Hi Experts,In my requirement, I need the condition pricing date to be dynamic while creating/changing a sales order. I have changed the field KDATU in XKOMV in the user exit USEREXIT_PRICING_PREPARE_TKOMP of MV45AFZZ.      I am able to change the con...

Resolved! Derived roles are getting overwritten everytime when I update Master Role.

Hi Experts !We have created some Master and Derived roles in the past.  According to the requirement we have made some changes directly in the derived roles like some value of objects, activities, etc.. Now we added one t-code in the master role and ...

BAPI_PO_CHANGE

Hi AllI am using BAPI_PO_CHANGE to set deletion indicator loekx field in ekko.  ls_poitem-po_item    = lv_last_item_no.  ls_poitem-delete_ind = 'X'.  APPEND ls_poitem TO  lt_poitem.*  ls_poitemx-po_item    = lv_last_item_no.  ls_poitemx-po_itemx   = ...

Resolved! Smartform - Debit note

i need to make a smartform for debit note. this smartform will be assigned to output type for VF02 T-code. Can any one tell me how can I pull the document number fro VF02 t-code, because on the basis of this doc number i will fetch data and display i...

ALV OUTPUT REPEATED

Hi,Despite the internal table has the correct values for the ALV fields, when I run the report the last three fields have the same value.INTERNAL TABLE VALUESALV VIEWPROGRAM CODE  gx_variant-report = sy-repid.   CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAU...

dunky by Active Participant
  • 1523 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! GETWA_NOT_ASSIGNED export ALV

Hi,When I'm trying to export the ALV to a local file, the system do this dump:I've read that maybe a problem with the field catalog, but a don't know what's the problem. I'm a begginer. He it is the code:REPORT zmmr0021. *Define data TABLES: eban. ...

dunky by Active Participant
  • 1358 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Data Element Documentation Status

To ensure that documentation is not missed for a data element we set the documentation status as Object requires documentation.Goto  -> Documentation -> Status -> Choose 'Object requires Documentation'The query is that, can we get the list of Data El...

vijay_e by Associate
  • 1575 VIEWS
  • 3 REPLIES
  • 0 Likes

Variant in ALV header

Hi,I'm a begginer in ABAP and I need some help.I need to get a variable at the header (TOP-OF-PAGE) of the ALV function module REUSE_ALV_GRID_DISPLAY. The variable I need to show is the meterial number. I've written the following code:I've defined an...

dunky by Active Participant
  • 546 VIEWS
  • 2 REPLIES
  • 0 Likes
Labels in this area