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

Resolved! Can't get ddic type of input parameter in conversion exit called from cl_salv_table

Hi all.Here is my problem: I have field in table with fixed domain values. I can get texts for values with FM DD_DOMVALUES_GET.I created CONVERSION_EXIT_ZXCVB_OUTPUT to get text by value.But when I add conversion exit to salv table salv->get_columns(...

Resolved! Close user sessions on all application Servers

Hello,i get a user list in a report:CALL FUNCTION 'TH_USER_LIST'     TABLES       list          = gi_user_list     EXCEPTIONS       auth_misssing = 1       OTHERS        = 2.So I will get the user sessions which are online on the instance where I sta...

techy by Explorer
  • 3100 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! ALV OO: Setting Fieldname for ALV-Column in Fieldcatalog

Dear SAP Community,I'm creating the fieldcatalog for ALV-List with OO. I don't like creating a structure in SE11 for the field catalog, but define each column in my own program.When I define the column description of the list, I would like to tell th...

Getting the error "some out table var is not assigned :<exporting parameter>" in AMDP

Hello Expert,I want to do the join operation based on the internal table which is the importing parameter of the method in AMDP.Below is the that I have implemented.CLASS ZCL_HANA_AMDP DEFINITION  PUBLIC  FINAL  CREATE PUBLIC .  PUBLIC SECTION.     I...

Does the SAP have Function Module to get Capacity Requirements Records on a certain date

Hi AllI need to write a report that shows Capacity evaluation for a list of Work centers.it is something like CM50 - "Capacity evaluation" transaction but for a list of Work centers.I try to find Function Module to get Capacity Requirements Records o...

Resolved! BAPI -BAPI_MATERIAL_SAVEDATA Customized fields are not working in Production

Dear Experts,Updated /Inserted Customized  fields  in mara  Table   using BAPI   BAPI_MATERIAL_SAVEDATA.In  Development Server . Production  server  doesn't   update the customized  fields.All  structure available  in    Production    as  like develo...

Resolved! Smartforms Loop issue

Hi All, I am facing problem in smartforms loop, where I am getting text from read text function. IT line getting 12000 line, when I try to print all line items via loop object then it will print only 389 rows. I also increase the TO ROW limitation in...

Resolved! Mutiple Counter variables

Hi Experts, I have an internal table holding various types of product. The number of entries in this internal table can vary. There can be 100 entries with 3,4,5 product types or even more different product types can be appended. Depending upon the t...

Resolved! BAPI_GOODSMVT_CREATE

Hello Everyone.I have a requirement to perform bapi_goodsmvt_create for Movement type 562.But I'm getting an error in i_return table saying 'No items transferred'. Why is that? Can anyone help me out?And this is my code:READ TABLE i_item1 INTO k_item...

Any suitable help on FBI Views?

Hello folks,i am searching for any guide or other helpful source of information on FBI Views.I did read lots of blogs and the "Help" but none is describing the function of the Configuration of an FBI View in a way that  i can understand.My actual use...

Uli_42 by Participant
  • 1140 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Web GUI security precautions

Hi SAP personas team, Security topic:Since Web GUI works on browser and we use Scripting (Via BAPI's) What are the security precautions one should consider? When i did some research i found this link https://erpscan.com/wp-content/uploads/presentatio...

Default the values on click on 'NEW ENTRIES' IN the Table maintenance generator( TMG )

Hi ,I have table and created tmg and maintenance view also.table have filed1 , filed2 and my query is when I press 'NEW ENTRY ; in the TMG( sm30)  filed1 values should be fill with some initial value.ex filed1     after click on  'NEW ENTRY filed1   ...

Resolved! ABAP 7.40: Accessing a part of a shifted field

Hi,I am still in trouble with ABAP 7.40, sometimes DATA:   charact TYPE c LENGTH 10 VALUE 'BLABLABLUB',   target  TYPE c LENGTH 10. target = shift_right( val = charact circular = 4 ). IF target(4) EQ 'BLUB'. * .... ENDIF.I'd like to have an alterna...

Resolved! How to get itab data after filtered in ALV IN OOPS (SALV)

Hi All,I am displaying ALV by using factory method of CL_SALV_* class. After this, I have created a save button. The requirement is that if we filter the values in ALV and click on SAVE button, the filtered data only should be processed. Kindly help ...

Labels in this area