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

BAPI_ACC_DOCUMENT_POST - without converting the amount in local currency

HiI am trying to do the posting through  BAPI_ACC_DOCUMENT_POST and it works fine. But the issue is the amount I am passing as local currency from excel was not accepted and the document currency was actually converted and filled in local currency. W...

dump DYNPRO_FIELD_CONVERSION

conversion error              Screen name.............. "J_1IRUTZN"              Screen number............ 9000              Screen field............. "UTIL1-BAL"              Error text............... "FX015: Sign lost."Error analysisThe program has...

Resolved! Express document "Update was terminated" received from author posting document in f-02

Hi to all,               We are posting document in f-02 everything goes fine and we are getting the success message and system is generating  one document number. But when we are checking it in tcode  fb03  system showing error message that document...

How to Create Dynamic Itab.

Hi Experts,I want to create Multiple itabs based on User Selection  TYPES : BEGIN OF ty_mara,              matnr TYPE mara-matnr,              END OF ty_mara.DATA : lr_data TYPE REF TO data,           lv_str(20)  TYPE c.PARAMETERS : p_num TYPE n.    ...

Resolved! Call transaction LM51

Hello,I have an issue where I'm doing a call transaction LM51 from a custom program.  I've done a BDC recording of LM51 but it doesn't save all of the SU's that I enter, it only saves the first SU.  Does anyone have any suggestions as to if I'm missi...

Resolved! Enable F8 function ( execute )

Hi Experts,I am able to disable the F8 function key using the FF code:  gv_ucomm = 'ONLI'.  APPEND gv_ucomm TO gt_ucomm.  CLEAR gv_ucomm.  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'    EXPORTING      p_status        = sy-pfkey*     P_PROGRAM       = ' '...

Resolved! SAP ESS Portal Bank information update problem :- Data record 0000396100090 9999123120120601000 has grouping value "" instead of "40"

Hi,We had implemented Bank information update facility in ESS Development portal. When we are trying change the Main bank account number it is giving me the error Data record 0000396100090      9999123120120601000 has grouping value "" instead of "40...

Resolved! Explanations on an abap code

Hi experts,I found an abap code, i would like to understand it:DATA: checkbox_mark TYPE xfeld.FORM at_call .   IF sy-ucomm EQ 'COM1'.     CASE x_call.       WHEN 'X'.         checkbox_mark = 'S'.       WHEN space.         checkbox_mark = 'D'.     END...

BAPI for IM42 / IM52

Hello Gurus,I wanted to distribute budget in Internal Orders using BAPI. In system tcode KO22 is locked through config and only used is IM42/IM52.I used 'BAPI_EXPENDITUREPROGTREE_CHVAL' for distributing amount in all Positions in Budgeting Program. B...

Double header in ALV

Hi all.I am trying to do an ALV report with an agroupation of fields. This means that they want to display the ALV header in this format:                                             Group 1                                             Group 2Key_field...

Resolved! How to divide a string of character from an include program of NEU o/p type

Hello ABAP'ers,My Query is,The below given Include program is used in the NEU output type of the Purchase Order. We have created a ZNEU Output type with some modification in Purchase Order confirmation Form.include lmedruckf11 .  " READ_HEADER_TEXTTh...

automatically update stock type field in goods receipt tab in cor1 tab while saving process order

Deal All,My requirement is fill automatically stock type field in goods receipt tab through enhancement (user exit /Badi's ) while saving process order in COR1 tcode.I checked all user exits and workorder_update  badi also ,but didn't allow me to cha...

Resolved! Number Range Problem

I am uploading a file into ztable and i am creating a unique number attach to a file in Ztable using Number Range (SNRO).I have created 2 work areas ...1 for file data and 1 for unique Number. I having problem uploading unique number to the correspon...

Labels in this area