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

Resolved! Table ZXX Could Not Be Activated (Error - Nametab of table cannot be genera

Dear All,I am facing an Error :Table ZXX could not be activated Error - nametab of table cannot be generated.The backgorund of this problem is:A transport was attempted initially for this ZXX table which failed with errors ( fo a different kind ).The...

Resolved! Smart Forms

HiCan any one tel using zebra printers how to print the smart form in landscapethe smart form format is like this first text next barcode and again textthe output is in landscape can any one tel the sample program for this

Resolved! about radio buttons

i have some problem in the code of radio buttons,i have created two radio buttons,pls see in below codeSELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.SELECTION-SCREEN BEGIN OF LINE.PARAMETERS : R1 RADIOBUTTON GROUP G1 DEFAULT 'X'.SELECT...

Resolved! Reg:HR FM

Hi All,I have a pushbutton on the selection screen,whenever i clicked on it ..it popups a window with some fields to select them.so iam using a HR_FIELD_CHOICE FM to get the selected fields. then iam saving it as a variant and again use the same vari...

Resolved! at end of

hi expertsi have a problem with my code:SORT i_data by lifnr grund.loop for summing quantity for each vendor and reasonfor movment: LOOP at i_data INTO wa_data. if i_data-shkzg = 'H'. i_data-erfmg = i_data-erfmg * -1. modify i_data. ...

SQ01 problem

Hi,I have a problem...I have create an infoset with logical database VFV; then a query based on this infoset.Fields that i want in my report are:VBRK-FKDATVBAK-BSTNK Additional tabelVBRP-ARKTXVBRP-VBELNVBRP-FKIMGVBRP-NETWRVBPAPO-ADRNRProblem is that ...

Resolved! Need to display value from ztable to a free field in a standard tcode...

Hello Experts, I have a requirement wherein I need to get some data from a custom table and need to display it in one of the free fields of transaction FBL1N(Vendor line item display).I really do not have any idea how to go about this. Hope you can h...

Resolved! Transferring of Data from One Internal Table to Another Internal Table

Dear forumers,This is a newbie question. form process_data. loop at itab_1. itab_final-matnr = itab_1-matnr. itab_final-charg = itab_1-charg. itab_final-vfdat = itab_1-vfdat. COLLECT itab_final. endloop. loop at itab_2. itab_final-bismt = it...

3 tabs

hi all,in se38 i have written a program with 3 tabstrips with the names 1.vbap,2.vbak, 3.vbfa.and my requirment is when i click on the vbap tab and execute it i should get the data that is related to the vbap tab and same with the other tabs too.how ...

MMCL Transaction

Hi,In MMCL transaction, i give a class type and class as input. When i execute this, i get few fields where in, i input only material number and customer number. Finally, when i click on 'Find object' , it retrieves a list of object keys etc.. I just...

Resolved! Form 16-TDS

hI,i am trying to capture business area in form J_1IEWT_CERT for perticular vendor for that i have copied all form and program to zJ_1IEWT_CERT both. added code in program after this its show only one and wrong business area for different section cod...

SUBST_GET_FILE_LIST

I am using the function module SUBST_GET_FILE_LIST to get the list of files in the directory.In that there are two import parameters dirname and filenm.I wanted to know what do I enter for the above two parameters?I have with me the physical file nam...

Labels in this area