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

Resolved! Reg Alv..

In order to hide some of the functions in ths ALV tool bar we use ..DATA: lt_exclude TYPE ui_functions,ls_exclude TYPE ui_func.and then later we hide as follows..ls_exclude = cl_gui_alv_grid=>MC_FC_SORT_ASC.APPEND ls_exclude TO lt_exclude.now my ques...

Resolved! internal table

Hi,I am very new to abap. can anyone help me with this program.data: begin of it_lfa1 occurs 10, lifnr like lfa1-lifnr, land1 like lfa1-lifnr, end of it_lfa1. data: begin of it_lfb1 occurs 10, lifnr like lfb1-lifnr, bukr...

Resolved! user exit for MIRO

Hi friendsMy requirement is to do some validation in MIRO when user will press the save button. For this I am using EXIT_SAPLMRMP_010 fm exit in LMR1M001enhancement. But the problem is when I am trying to validate that and show some messages it is no...

Resolved! Hi folks,

I have a requirement where I have to print the page numbers like eg 1/30 on the print preview of an ALV report. I will need to compute that based on the total # of records in the output table and # of lines printed per page...Can any one tell me the ...

DOUBT IN A BOX

HI am doing a script in which i need to put a smaal box at the right hand side corner ..now my doubt is i need to print the document number and the date inside the box which i need to retrive from the respective tables and also one more doubt how to ...

ALV

In order to hide some of the functions in ths ALV tool bar we use ..DATA: lt_exclude TYPE ui_functions,ls_exclude TYPE ui_func.and then later we hide as follows..ls_exclude = cl_gui_alv_grid=>MC_FC_SORT_ASC.APPEND ls_exclude TO lt_exclude.now my que...

user exits

hi iam using the user exit userexit_move_field_to_vbak.in this i need to check for the items with header billing plan as well as items with biling plan at item level. aand then i need to do validatios for like reference billing plan no is valid or no...

Resolved! call module

Hi,I need my type1 (caller program) calls module pool (called program). Should I use call dialog or call transaction with return?I need to export internal table to the module pool program and need to return from module pool with import table and cont...

BDC

hI all,I would like to take print a report of all errors in bdc session where it stores in a log file. how can we get all the errors from a log file through a program. means how can we know the log file name. my idea is if we know the log file name b...

HR_INFOTYPE_OPERATION

Well I'm using the FM 'HR_INFOTYPE_OPERATION' for creating an infotype record.Using the following sequence of FM'sBAPI_EMPLOYEE_ENQUEUEHR_INFOTYPE_OPERATIONBAPI_EMPLOYEE_DEQUEUEThe Problem is that, if PERNR is already locked, even then the FM'HR_INFO...

Resolved! internal table

Hi,I have one query regarding internal table.Suppose I have two internal tables X,Y. Table X having fields F1,F2 & F3. Table Y having fields F1,M1,M2.Both the tables having data. Now my requirement is to make one new internal table Z having fields F1...

Labels in this area