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

Resolved! Help

Hi Friends, I am a functional person. My client has a lot of customizing and finding really hard without knowing how to debug because most of the issues are pertaining to customizing. Is there any way to learn debugging. This might sound funny...

Resolved! Module pool program

Hi All,Can we run module pool program in background? if so how to add execute in back ground in the menu.can we load upload data from excel into this program? howIam creating new program coping tcode- MMAM, need to make material number to range inste...

Resolved! SELECT - OPTIONS?

Hi Experts,I hv code like,Code 1:SELECT SINGLE MATNR ARKTX INTO (VBAP-MATNR, VBAP-ARKTX) FROM VBAP WHERE VSTEL = P_VSTEL.So,I hv to change the selection criteria from Parameters(single value) to Select-options(range)!Code 2:SELECT SINGLE MATNR ARKTX...

Resolved! LSMW - Problem

Hi,In the following code:<br><br><img src="http://img527.imageshack.us/img527/7114/lsmwrl6.jpg" border="0"/></a><br><br>vkorg is sales org<br>vwerks is delivery plant<br><br>The lsmw reads the vkorg and vwerk. However, say the 1st vkorg is zpmb, with...

Resolved! Code for replace

Hi ,I am trying to replace a character of the field from the itab.itab-f1 = 'HOPT & SCHULER GMBH & CO KG'.My code is like this:loop at itab.tmp = itab-f1. IF lf_tmp CS '&'. REPLACE '&' WITH '&amp;' INTO lf_tmp. ENDIF.itab-f1 = tmp.en...

pick list in ALV

Hi experts,I have created ALV grid and displaying fields from Ztable.In one if the fields i have cost center (KOSTL) field.Now, in the ALV grid KOSTL field how can i get exsting cost center values(PICK list)? So that user can select one of the existi...

Resolved! Inbound IDOC

Hi, I am using call transaction method for an inbound IDOC. The configurations are correct as it works fine when we test in WE19 and also try to reprocess the error log in BD87. Status message received is 53. When the IDOC comes for the first time fr...

Resolved! FM for J1B2N

Is there a function module for the finance transaction J1B2N.i am having to do a bdc on this transaction and the table control scrolling is posing many problems. Is there a function module that can help me.if there is one, please send the details on ...

Labels in this area