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

ITS_UNEXPECTED_TOKEN

Hello Experts,Category           ABAP Programming ErrorRuntime Errors     ITS_UNEXPECTED_TOKENABAP Program       SAPLWSAO_DYNPApplication Component  LO-SRS Short text Template interpretation failed. Syntax error.  What happened? The template "templa...

Resolved! Authority check

Hi Experts,i have created an Authorization object using SU21. In the object say ZGE_FITEST  I included Fields SAKNR -> G/L Account Number (value 89000)and ACTVT  -> show In the Transaction PFCG i included manually in the Roll of a user this ObjectMy ...

Reg: Adding a parameter whose data type is of table type in the method of buisness object

Hello Experts,I want to add a parameter to my custom buisness object method, and that parameter is a nested table, so i have created a table type and then when i tried using the same in BOR to add the parameter to my method, It gives an error saying ...

Resolved! Number format in script

Hello,May be this is a common question on number format.I have researched for suitable answer thoroughly before posting here.Here is my requirement.I have a script, in which the total invoice amount is displaying like this, 11.593.296.372But the requ...

Purchase Orders - regarding the NAST table and the AENDE data field

Dear forumers,Would you please help to advise me on how this issue can be resolved?The output type, NEU is configured for the output printout of all purchase orders. A custom smartform and print program have been configured for this as well.The outpu...

Reversing posting key using bapi_acc_gl_posting_post

BELNR(ACCOUNTING DOC NUMBER)BSCHL(POSTING KEY)                          0100000000          40                          0100000001  50Hi,   i am getting the above output.Now i want to revrese(INTERCHANGE) the posting key for the corresponding BELNR, ...

at selection screen

Hi every one,AT SELECTION-SCREEN on s_lifnr .     if not s_lifnr is INITIAL.     SELECT SINGLE lifnr        INTO v_lifnr       FROM LFA1       WHERE LIFNR IN S_LIFNR.     IF SY-SUBRC <> 0.       MESSAGE 'INVALID ACCOUNT NUMBER' TYPE 'E'.     ENDIF.  ...

Resolved! email address validation

Hi every one ......see my code*  ----------------------------------------------------------------------* *  &                    Start of selection                               * *  -------------------------------------------------------------------...

Resolved! does not sort table maintanance generator even with EVENTS or PBO

Hi Good day,i have created a custom table with 2 fieldsex : number and namei have created table maintanance generator and i have written logic in PBO for sort but does not work.COPY_EXTRACT[] = extract[].SORT COPY_EXTRACT[] BY AFNAM ASCENDING.EXTRACT...

Resolved! What is the MS SQL equivalent for Oracle hint for table deletion?

Hello Folks,I have a huge table and I am using oracle hints to delete the table data using parallel processes.The code looks as shown below:delete from <table_name>          where ( date <=  gv_2hr_date and                  time <   gv_2hr_time )    ...

Resolved! IDOC_INPUT_COND_A - How to update the Puchase Order number in the condition record

Hi All,I am using Function Module IDOC_INPUT_COND_A to create condition records for SD pricing whenever a Purchase Order is created. Condition records are getting created successfully with the material number and price. However, i'm not able to updat...

Labels in this area