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

Reg: Creation of BDC for CN21 Transaction (Networking with Activity Elements both Internal and External)

Dear Experts,I have taken a recording for CN21 transaction for Network, Activities and Activity Elements. The recording is shown below, I'm not getting a hint to develop a BDC Program. Can anyone help me to write a BDC Program.{code} include bdcrecx1...

Resolved! Check the Byte of Every Character ( English / Chinese )

Hi all,One field might contain English (Alpha Numeric) , Chinese characters & some invalid characters. i want to check each character of this field wheather it's English or chinese or Invalid. please advise how i can achieve this.1) what is the synta...

Resolved! To check if a print has been issued by the user from a smartform print preview

Hi All,I am developing a custom program wherein details of the vendor clearing document needs to be  printed using a smartform.If after viewing the print preview, if the user executes a print(i.e a spool is generated), I need to insert the document d...

Resolved! Sending mail from abap code but data not as attachment but as table in mail body

Hi,I have a requirement wherein i have to shoot a mail from my abap code but the data should not be sent as attachment but in the body of the mail itself.If anyone has ever encountered this type of requirement please share here.Regards,Anuj

SMXX Release own jobs

I have a request to allow users to release their own jobs via SMXX. My issues that no matter how I set the objects, the Release button on SMXX is not activated. Do I have to allow acces to SM37 as well for them to release their jobs?This has me frust...

Resolved! What is the difference between strlen and numofchar...??

Hi All,I am pretty novice in the ABAP Development. Please let me know the difference between using strlen and numofchar. I used both of them with string and character as well. It returned the same results. This is the code snippet of the code.and thi...

SUMIT1 by Product and Topic Expert
  • 4524 VIEWS
  • 13 REPLIES
  • 0 Likes

Resolved! Custom report in SART

Hi, There is a requirement with my client  , there is a custom report with SART transaction. Before executing this report, below are the  selection   criteria’s ( input fields) in the front screen. 1.                               Customer ……….2.    ...

Resolved! Multiple BOM creation

Hi,Is there any Function module or BAPI to create Multiple BOM(Alternative BOMS) from the existing BOM ? I have this BAPI BAPI_MATERIAL_BOM_GROUP_CREATE which I beleive requires Group to create the BOM Alternative which is not required, more over I n...

Authorization with relevant to account group and field group for F_KNA1_AEN in Security Role Management

  Hi Techies,I have a requirement to block the users access to the General data view and sales area data in XD02 based on account group . Can you please help me out ?I have tried to use authorization object F_KNA1_AEN by creating a field group in OB3...

Resolved! Problem while Creating Validation user exit in GGB0

Dear All ,i have created one Validation user-exit  in GGB0 for FI followed all steps  11)  Copied RGGBR000 to ZRGGBR000  .2)  added exit-name  , title ,parameter none  .  exits-name  = 'ZORD'.  exits-param = c_exit_param_none.        "Complete data u...

Resolved! Search Help for VL02n

Dear Gurus,I need to modify the search help of t-code VL02n initial screen.(When user select the execute button in f4 help screen, you get list of delivery numbers , in that screen I need to display ship-to-party customer description along with ship-...

tharu by Contributor
  • 2184 VIEWS
  • 7 REPLIES
  • 0 Likes

WS_DELIVERY_UPDATE

I am trying to update wadat_ist usingkoko-wadat_ist = sy-datumkoko-borgr_kzwad = 'X'. koko-lprio = '40'koko-kzlprio = 'X'Actual GI date is updated. But delivery date and Planned GI date are also updated. But I don't want that.How to solve it?Thanks i...

combine values from one internal table to comma seperated in another internal table

One internal table it1, which contains field1,... ,VBLENSecond iternal table it2, which contains VBELN and VBELVIn it2, one VBELN may have mutiple VBELVVBELN VBELVA  X1A  X2B  Y1B  Y2B  Y3I need to create one final internal table, it3 which contains ...

Resolved! BAPI_MATERIAL_SAVEDATA

hi,I am using the function "BAPI_MATERIAL_SAVEDATA" to create a material.. i have declared below tables..TABLES:BAPIMATHEAD,          BAPI_MAKT,          BAPI_MARA,          BAPI_MARAX,          BAPI_MARC,          BAPI_MARCX,          BAPI_MBEW,    ...

Resolved! Mail sending

Hi all,I am using function module to send mail.  CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'EXPORTINGDOCUMENT_DATA = w_doc_data  * DOCUMENT_TYPE = 'RAW'  PUT_IN_OUTBOX = 'X'  * COMMIT_WORK = ' '* IP_ENCRYPT =* IP_SIGN =* IMPORTING* SENT_TO_ALL =* NEW_O...

Encrypting a pdf file using SSF :

Hello Evryone, I want to encrypt a pdf file using SSF. I have tried running report SSF01 and tried using FM SSF_KRN_ENVELOPE, but was not able to understand the paramters needs to be passed. Can anyone provide some help on the same ?It would be great...

IG1 by Active Participant
  • 557 VIEWS
  • 2 REPLIES
  • 0 Likes
Labels in this area