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

general abap

1) What is the difference between LSMW and CATT? 2) What is an index? By default system will create the primary index or User can create, if user How? And also Secondary indexes by User or by default system? 3) What is cardinality? How it will work i...

abap general

1) What table stores online messages? 2) What is the Difference between Header and Item in ABAP? VBAK-Sales Order Header,VBAP-Sales Order Item, how can u use these tables in one query, means by using these tables write a select query. 3) What is the ...

Resolved! Error in Unicode

Hi all,While making changes to program to make it unicode complaint, i have this following problemCONTROLS: nat_available TYPE TABLEVIEW USING SCREEN 0302. DATA: lt_cols_0302 TYPE t_item_columns OCCURS 0 WITH HEADER LINE.lt_cols_0302 [ ...

Resolved! module pool

hi all, Im creating a module pool prog in this im putting two radio buttons and a input/output field.I want that at a time only one radio button should be active the other should be not. So in the screen painters attribute i have defined the two but...

Resolved! BAPI

Hi experts ,i am not enable to create contract account through BAPI function BAPI_ISUACCOUNT_CREATEFROMDATA code is below&----*& Report ZCONTRACTACCOUNT*&&----*&*&&----REPORT ZCONTRACTACCOUNT.DATA : HDR TYPE FKKVK_HDR_DI, CNAME TYPE FKKVK_S_D...

Resolved! loop V.S read

Hi All,I have a question here (kinda stupid)...I wrote two codes..both return me same result.But I have to know which way better....The Loop V.S The Read.Below are my codes:The Loop way........LOOP AT it_table WHERE mtart = 'ZTG' OR mtart = 'ZPM'. ...

Help in locking

can any body help me...I want some locking process.when I entered with some order no(AUFNR)..at the same time no one can enter at the same AUFNR.For this I have taken one ztable and first when we entered then that AUFNR I saved in ztable and at last ...

Archiving tables

Hi Friends,How can we decide which tables to archive for specific archiving object? Example for MM_EBAN (Purchase Requisitions) archiving object from which database tables we will do archivin?whats the decision factor for this?Regards,Chandu.

Resolved! Split text dynamically

Hi all,I have a string containing N number of characters example:A111/123/B4567/200/888Let's say my field can only accomodate 10 characters and the rest have to be split to the next line (or flows to the next line in the case of a smartform).However ...

Resolved! z table size ..

Hi All,I have created a Z table and given data class as APPL1 and size category as 2 (Data records expected: 11.000 to 45.000).After giving that size, the table has already crossed 1 lakh records.I would like to know, even when i specify size catergo...

Z table size

Hi All,I have created a Z table and given data class as APPL1 and size category as 2 (Data records expected: 11.000 to 45.000).After giving that size, the table has already crossed 1 lakh records.I would like to know, even when i specify size catergo...

Resolved! Idoc

Hi, I have created the IDOC by using program.It successfully created the IDOC.But It doesn't update the database.I gave a new material number as input.Then i check in the database.It doesn't exist.Here i copied my codings check it out please...TY...

F4,F2 keys

Hi, We are in a upgrade project.Whenever the user presses the F4 and F2 button the current date should be automatically get selected and the particular field should have that entry.It is working fine in 4.6 and our ECC ides server.but not working in...

Labels in this area