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

Resolved! Runtime table names

Hello Experts,Please help me in the following issue.I'm getting runtime entries of field 'T6B2F-KOTABNR' from table 'T6B2F' on the basis of the values of T6B2F-KAPPL, T6B2F-KOBOG and T6B2F-KSCHL.These KOTABNR values are concatenated with word 'KOTE' ...

Resolved! LSMW - not all lines are displayed

We just upgraded to ERP 6.06 and SAP Basis 731 and  I am doing the first time LSMW after this upgrade.To my surprise SAP hides the ABAP coding lines if there are more than 16 coding lines and shows a line with "not all lines are displayed - double cl...

JL23 by Active Contributor
  • 3063 VIEWS
  • 11 REPLIES
  • 0 Likes

Resolved! Even though ERROR / 'E' type message, still program is executing normally!!

Hello,We have a custom workflow, z_workflow.In this z_workflow, its calling a custom FM, z_fm.In this z_fm, I'm updating a custom tbale, z_table.Before writing UPDATE z_table, I am locking this z_table by using 'ENQUEUE_E_TABLE', as below,Pls. note t...

Resolved! FD32--Some fields need to restricted for some users only..

Dear AllI need your help in solving my following requirement..My requirement is how to keep the fields Total amount,Individual amount,Currency(FD32--Central data) has to be permitted only to some users in editable mode...(for other users has to be in...

Resolved! Object <program name> of class RE and language does not exist.

Dear All,I make program, in which I explode BOM by using function module  CS_BOM_EXPL_MAT_V2.CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'       EXPORTING         capid                 = 'PP01'         datuv                 = sy-datum         emeng             ...

Resolved! Change order status

Hi Friends,We have some old project system orders in our system for which we need to change the order status so we could mark them close. I have tried using FM RV_SALES_DOCUMENT_UPDATE, but could not get it to work.Could you suggest me any other meth...

How to change the name of the Tab "Additional Data B" in VA02 Tcode?

Hi All,I have enhanced the VA02 Header screen, and placed another Tab called DATA A.Here I have two requirements I want to change the name of the Additional Data B to some other name say DATA B2. I have to add these two tabs in the menu  Go to->Heade...

Send Mail from SAP

Hello,        I want to send a mail with PDF attachment from SAP by programming...I have written code..Mail is sending..but the PDF file is not opened...My code is written under...CALL FUNCTION 'CONVERT_OTF'        EXPORTING          FORMAT          ...

Resolved! Select-Option display only

Hi Folks,I want to display all the values for a select-option in the selection screen (value are coming from a database table) but restrict user from entering the values.For that i have made a MODIF ID and have hidden it using the code below:AT SELEC...

Labels in this area