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

Transaction Code

Is there anyway I can find the transaction code of the application (transaction) that I am running? Say for example if I coded an application but haven't given it a transaction code what would its S_TCODE be?Thanks for your help,Colm

Resolved! looping the data

loop at i_open_posting into wa_open_posting. move: wa_open_posting-mblnr to wa_print_mat-mblnr, wa_open_posting-mbpos to wa_print_mat-mbpos, wa_open_posting-bwart to wa_print_mat-bwart, wa_open_posting-menge to wa_print_...

Resolved! Doco about Shared Objects.

Hi, ABAPers.I'm trying to do my deadly best in ABAP Objects, so I'm try to understand the concepts concerning to Shared Objects.Is there any public document (such as manuals) where I can find documentation about this topic (definitions, usage, and so...

Resolved! TO GET RIGHT OUTPUT

this is a code to get service number and length of the numbers from the table ESLL-SRVPOS but when output comes it shows a number of trailing zeros before real output .the code is as follows :sending example of output format after codeREPORT Z_02FOR...

Resolved! BDC error in program

Running one BDC in that one condition has given if that condition is not satisfy then raise one Error message. For example i am running that BDC with 10 records.First 3 records run successfully but at the 4th record it gives error then program is sto...

Resolved! code in user exit

hi every1i created a project , added some codes in the user exit EXIT_SAPMM06E_013(tcode me21n) and activated itbut when i execute the transaction ME21N, the code i added are not effectiveits only wen i add a break point in the code, the code is effe...

Query on Bapi

HI This is the query on BAPi,I have got one FS on Enhancement.i.e EPOS Upload program,that means i have to upload the data from Excel sheet to sap by using BAPI.I have one BAPI Name also,i.e XBAPI_RE_CN_SALES_REP_REPORT.This was given from onsite,i a...

MB5B

Hello!Please give me some advice, because i am bothering with this one for too long...So one developer made some modifications for customer and created a report based on MB5B standard transaction.So i have a selection screen on which i can choose fro...

Resolved! how to identify tables?

how to identify the tables?All vendor tables start with L such as LFA1. All customer tables start with K such as KNA1, KONV. All sales tables start with V such as VBAK VBAP. All master data tables start with T such as T001, T001W.All bank tables star...

Invoice

hi all,I have a problemm like this,On invoice 1990510590 (country Switzerland) the text does not belong appear. In the German language he appears, however,In the English language not.This is the error ..As a BEL are we oblige for the text Intracomm....

modifying ztable

hi i m having itab with vbeln and ztable with objnr and ordsent.where objnr and vbeln are equalso now when i find objnr EQ vbeln i have to modify the ztable-ordsent = ' '.plz can any one can tell me can i modify the ztable directly if yes then how?

transferring data from selection field to standard tcode field

Hi All, How to transfer the data from selection screen field to standard tcode field.For eg. i have a select option with name s_matnr.when the user gives the material number and if executes, it should go to tcodebd10 .values entered in selection scr...

alternative to SUBMIT

Hi All,using abap objects,in my o/p,i have a tree to the left,when i click the node,it is displaying selection-screen on the next page,i used SUBMIT----via selection-screen to call the selection-screen of an include,but i want the selection-screen to...

Labels in this area