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

How to run activation of append structure and Customizing includes in background

Hi Experts,"Time limit exceeded" , while I am activating either my CI or Append structure. Please suggest all the possible ways to fix this issue. Due to this I am not able to enhance my table fields. Is this possible to run append structure and incl...

Error in SPAU activity during Upgradation from SAP 4.6 to ECC6.0 : Getting Error Customer version of table <> not be accessed (Message No. DT840)

Hi     I am facing error like  Customer version of table < /1BEA /BS_CRMB_BD> could not be accessed during SPAU activity when upgrading from SAP4.6 to ECC 6.0.  Below is attached document showing this error for  all structures in Modification without...

Resolved! Do we need a license?

Hello,I developed a custom Adobe form via SFP transaction, on the form I placed a BUTTON UI and wrote a JavaScript piece of code that when user clicks this button a info message will be displayed on a popup and its a REGULAR type of button (not EXECU...

I have to upload an excel file to change standard price for the TCode MR21 and i am using BAPI_M_REVAL_CREATEPRICECHANGE but ML_DOC_NUM is not generated .

LOOP AT t_final_h INTO w_final_h. t_ccode-comp_code    =   w_final_h-comp_code. t_ccode-pstng_date   =   sy-datum.   LOOP AT t_item INTO w_item WHERE comp_code = w_final_h-comp_code.     t_pc_list-plant       =  w_item-plant.     t_pc_list-material  ...

Resolved! After enter date in Selection Screen : Showing Invalid Date

Hi,g_fieldname = 'VDAT'.CALL FUNCTION 'VIEW_RANGETAB_TO_SELLIST'   EXPORTING     fieldname          = g_fieldname     append_conjunction = c_and   TABLES     sellist            = gt_seltab     rangetab           = s_date.selection screen : DATE After...

Resolved! Error in UCCHECK:"Could not specify the access range automatically. This means that you need a RANGE addition"

Hello Experts,We are in the process of adopting unicode compliance for custom ABAP programs for our unicode conversion project. There were around 70+ programs that needed to be adjusted as per UCCHECK, we have successfully made almost all of them uni...

Resolved! Table Control: if user does not press enter or some key then internal table not updated

Hello,  I have a module pool with a main screen 9000 and one with a table control 9100.   Everything works great (almost) and table is read to and from the t_component internal table.  The problem is that if the User does NOT press enter or some key ...

Resolved! Issue in smartfroms

Hi,I have issue in my smartform,  the case as followed:* In my program i'm passing a field number with one space  " 298 475"  when execute my program and call smartform the number displayed as followed " 475 298" please any one can help me how to han...

XD99 issue in BDC

Hi All,Iam created BDC program for XD99 transaction but data not updated correctly, but in the Direct execution of tcode XD99 data updated correctly.PERFORM bdc_dynpro      USING 'SAPMMSDL' '0200'.     PERFORM bdc_field       USING 'BDC_OKCODE'      ...

Resolved! If condition is not working WHILE COMPARING 2 TIMESTAMPS IN ABAP

Hi Expert ,We have tried one logic to compare date but the If conditon is not working . In the below program if lv_partime is less than equal to that diffrence(lv_curtime - changed_on) it will write the message.DATA :lv_curtime TYPE timestamp,l_back_...

Resolved! VB_CHANGE_BATCH FM updating characteristic values in debug mode but not in actual mode

Hello Gurus,I have a requirement to update the batch characteristic values using FM VB_CHANGE_BATCH. Below is the scenario.Actually we are confirming the Production Order using the BAPI: BAPI_PRODORDCONF_CREATE_TT and from this bapi we will get GR Ba...

Resolved! IN table control how to enable particular column and particular field as enable??

CHECKBOXNAMEAGEEMP IDRAJESH23123XSANTHOESH24456SENTHIL25789xMAHESH23134I created table control without wizard.if user select three records chk field has values 'X'.my requirement is1.i want to enable second and fourth row name and age editable.2.i us...

Labels in this area