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

about the ALV field

Hi all:....form frm_set_fieldcat . clear: it_fieldcat[],wa_fieldcat,it_events[],wa_layout. field_cat 'WERKS' 'Plant'(030). field_cat 'VBELN' 'Invoice'(001). field_cat 'POSNR' 'Item'(002). field_cat 'FKSTO' 'Cancellation'(003). field_cat 'FKDAT' ...

Resolved! SOX

Hi all,1) Do organizations follow different SOX act based on the companies work? And where and who implements the sox to the SAP system? 2) Based on SOX act are we creating SOD matrix?

Resolved! user exit is not called

hi,In MV45AFZZ, under FORM USEREXIT_SAVE_DOCUMENT I implemented an implicit enhancement as followsENHANCEMENT 316 Zxxx_SAVE. "active versionINCLUDE ZXXX_SAVEDATA.ENDENHANCEMENT.when i save the So thru VA01, this is not triggered, why ??where as t...

Resolved! Logic and User Exit for Availabilty Check in Sales Orders,

Hi All,I have a requirement of creating a Sales order from an Inbound IDOC. Before saving i need to do all the validations for the sales order including the availabilty check for the sales orders. If it is not fulfilled i need to reject the sales or...

Resolved! How to read table?

Hi Expets,I want to read a table inside a LOOP ... ENDLOOP.But I am not able to do it because while reading I need to take workarea. Kindly suggest a way of reading a table inside a LOOP .. ENDLOOP so that I can read all the contents of the table. T...

Resolved! Dynamic Internal Table

DATA: LO_STRUCT_TYPE TYPE REF TO CL_ABAP_STRUCTDESCR.DATA: LO_TABLE_TYPE TYPE REF TO CL_ABAP_TABLEDESCR.DATA: LO_DATAREF TYPE REF TO DATA.DATA: LT_COMP_TAB TYPE CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE.DATA: LS_COMP_TAB LIKE LINE OF LT_COMP_TAB.FIELD-SYM...

Resolved! MOVE & WRITE & =

Hi Experts,I transfer the data from variable to other, just like that, either by using MOVE, WRITE, = etc.But, am curiuos that, Wht is correct/ideal for transfer?Say, 1 - Wanna to transfer the data from my_CHAR1_variable to my_CHAR2_variable? Is it M...

Labels in this area