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

Resolved! How to change Fields positions Dynamically in Internal table Structure....??

Hi friends,I have to Change Structure Fields position dynamically in Internal table.....Ex. Structure.types: begin of ty_stru,werks   type werks,lifnr      type lifnr,name   type name1,amoun type dmbtr,end begin of ty_stru.data: it_stru type table of...

Resolved! Class visibility

Hello,Is in ABAP any possibility to declare classes in section "Class rel. local definitions" and declare public methods or public types with them? I want to create dozen classes and main class-factory which will return some of them by request. Creat...

INNER JOIN with select options not working

Hi,This is the query I have written.    SELECT  a~tu_num           a~tu_sr_act_num           a~docid           a~itemid           a~docno           a~itemno           b~start_plan_tstfr           c~tu_num_Ext      INTO TABLE lt_tu_dlv      FROM /scwm...

Resolved! I want to use RTTC but.....

Hi,Some time ago I wrote this program http://scn.sap.com/community/abap/blog/2013/12/26/sdbadbc--the-program that utilize cl_sql_connection .In this program I used cl_alv_table_create=>create_dynamic_table .Now I want to move to RTTC.I ran into a pro...

Resolved! [ABAP] Classes/Telas do produto SAP, como ter acesso para praticar e testar?

Olá,Fiquei 3 meses "internado" ou estudando ABAP. Pratiquei muito e estou em bom nível - principalmente no que tange ABAP OO - e gostaria de ter acesso as classes do produto.Vejo dúvidas aqui na comunidade que eu poderia responder se pudesse simular ...

Problem in alv report coumn header in the background while using salv

Hi  all,        now i am working on  alv report for this i have used salv i mean oops alv ,So here i am facing one issue while executing the report  in background        the report column headers are not displaying properly as it is displaying in fro...

Resolved! All objects are inactive in derived roles (copied from existing derived role)

I need to create more than 1000 derived roles, from existing reference roles.Reference roles are also derived roles. So I executed LSMW for mass copy.Eg: Reference role XYZ with parent role XXXNew role(ABC) copied from XYZ ,so ABC is having same val...

Resolved! Pass the ALV line item order number to different transaction's selection screen on button press

Hi,I have to pass the Alv outputs line items order number to another transactions selection screen when i press a button on output.i have putted my code in case when button press Call Transaction 'tcode'.but dont have any idea how to pass the order n...

Suryaji26 by Participant
  • 1950 VIEWS
  • 13 REPLIES
  • 0 Likes

FM : ISAI_CONTACT_CREATE by providing all import parameters, it is returning blank value i.e 0000000000

Hi,I am trying to execute FM : ISAI_CONTACT_CREATE by providing all import parameters, it is returning blank value i.e 0000000000 for  "NEW_CONTACTID".What will be the possible cases of getting the exporting paramter value as blank for "NEW_CONTACTID...

Resolved! saplpd pop up

Hi friends , Hope all of you are doing well !!!!!! .I need to develop continuous printing in sap 6.0 , but every printing SAPLPD popup is generating and its occupying task bar of system . So I wana close this saplpd popup  at the time of printing . P...

Resolved! How to enhance the Change purchase Req, in which I want to show the information message whenever the quantity field exceeds 100 by using BADI.

Hi all,How to enhance the Change purchase Req, in which I want to show the information message whenever the quantity field exceeds 100 by using BADI.Following are the BADI names related to it.ME_PROCESS_PO_CUSTMEGUI_LAYOUTGOS_SRV_SELECTBADI_LAYERME_P...

Strange behavior: REUSE_ALV_FIELDCATALOG_MERGE (from ITAB)

Hi everybody,when I try this:*FIELD CATALOGDATA : it_field TYPE slis_t_fieldcat_alv,       wa_field TYPE slis_fieldcat_alv.DATA : BEGIN OF it_final OCCURS 0,    profile      TYPE e_profile,    proftext     TYPE e_proftext,    prof_from    TYPE e_edmd...

Change the attachment name while sending PO as mail..

Hi,I’m able to send PO Form through mail using NACE, configuration for output type.But my Attachment name is always showing as ‘Print Data‘.My requirement is to change the attachment name as below.Program: SAPFM06PScript: Z_SD_PORDERPlease help on th...

Labels in this area