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

BAPI to post asset in FB01

Hi,I am trying to post debit and credit asset (posting key 70 and 75) using BAPI_ACC_DOCUMENT_POST, unfortunately I don't know how it should be done or if this BAPI is really capable of posting asset just like in FB01 transaction. I also tried user e...

Resolved! CHECK STMT.

hi all, LOOP AT it_objk INTO wa_objk . CHECK wa_objk-sernr+2(1) NE 'S'. IF wa_objk-sernr+2(1) = 1 . m1 = m1 + wa_objk-zzpmax. m11 = m11 + 1. MODIFY it_objk FROM wa_objk......ENDLOOP.I am checking this stmt. if 3rd charcter is "S". ...

Resolved! Parameters ID.

Hi everybody, in a Program I'm reading the parameter ID 'PRI' in order to get th printer assigned to a user. But sometimes I don't know why, when I execute the statement GET PARMETER ID 'PRI', it reterns a sy-subrc <> 0 and it doesn't get the value e...

Labels in this area