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

WS_DELIVERY_UPDATE

Hello all,I am using the FM ws_deliver_update within a loop to update all the deliveries in the shipment. I am facing an issue that out of 2 only one delivery gets updated and the other does not. The fields i am updating are :lgtor and lgbzo. I have ...

CDPOS table link

Hi Experts,I want to generate a report with PO#, Item changes, Version number. I tried CDHDR and CDPOS table. There is no link between version number and change number in these tables. Can any one guide me to fetch these values? Version header detail...

BAPI_ACC_DOCUMENT_POST BSET

Hello,I am posting a document using the BAPI BAPI_ACC_DOCUMENT_POST.When posting that document I am adding tax items.The items generated on the document are correct. Here are the specific items I am talking about (not all document items):Item     Pos...

access denied

Hi,I'm facing a problem with GUI_UPLOAD in that it sometimes fails with return code 13 (ACCESS_DENIED). . Here's the call I make:CALL METHOD cl_gui_frontend_services=>gui_uploadHas anyone faced anything similar? Anyone know what the cause might be?

Resolved! LSMW and user_exit

Hi all, I'm creating a LSMW to generate a sales orders from a .txt.In the sales order create i have activate an user_exit ( USEREXIT_SAVE_DOCUMENT_PREPARE ) with a check but i want disable it (only when i use LSMW)  there's a field in user_exit to te...

to cascade/remove multiple abap statements, to get rid of intermediate variable declaration.

hi,is it possible to cascade multiple abap statements into fewer lines, just to remove intermediate variable declarations.for e.g. inside a method there is chunk of code:  data: class_desc type ref to cl_abap_typedescr.  class_desc = cl_abap_classdes...

Resolved! Problem in RFC when using deep structure in the changing parameter (table type) ?

Hi Experts !I am building an RFC in which I am using deep structure in the changing parameters .When I do the syntax check the RFC isnot gicing any error but when  I activate the RFC it shows that  it is getting compiled and keeps on showing the wait...

Resolved! Problem in fieldcatlog

Dear Friends,i have only one fieldcatalog structure IT_FCAT.I Developed an interactive report.in first output screen i don't need some fields.. so i put wa_fcat-no_out = 'X'. and modified it_fcat.this works fine.i want all the fields in the second sc...

Resolved! TPLNR vs STRNO

Dear Experts,I have a report program in which when d'clicked on Functional Location cell the value is passed to sel/screen of another program. This is working.But I am facing a problem: When the Functional Location label exceeds 30 characters this is...

Resolved! infotype include

Hi I wan't to change infotype PA0102, this has several include structures. one of which is PS0102.I've changed PS0102 to remove some serach helps, this has activated successfully but when I go back into PA0102 the changes I've made are not shown what...

Resolved! Enhancement in MB1B

Dear Experts,I need to validate that entered PO in mb1b belongs to entered vendor.for this i hv found \PR:SAPMM07M\EX:MM07MFO0_01\EI enhancement point.I hv written following code {code}IF sy-dynnr = '0421'.  IF NOT MSEGK-EBELN IS INITIAL.  DATA : w_...

how to read the value selected in drop down list in module pool to process the another listbox

Hi,I had a drop down list (say 1st drop down) in module pool . In that drop down list I appended values with the FM vrm_set_values...But now i need to read the value from the drop down list 1 and with that i need to populate the data in second drop d...

CA02-Mail

Hi,  Whenever changes made in Routing(CA02), need to send mail .  May i know the appropriate enhancemant name for the requirement.ByFarsanaModerator message: please do more research before posting.Message was edited by: Thomas Zloch

Labels in this area