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

I have a requirement to pass a variable in function module

in function module , i need to pass monthsCALL FUNCTION 'FIMA_DATE_CREATE'       EXPORTING         i_date                  = sy-datum *       I_FLG_END_OF_MONTH      = ' ' *       I_YEARS                 = 0     I_MONTHS                =  (  6 months...

Assign type Conflict

FIELD-SYMBOLS: <l_table> TYPE STANDARD TABLE  ,                <l_field> TYPE ANY.     READ TABLE gt_itab ASSIGNING <l_field>. "with table key pernr =  <l_table>-pernr. LOOP at gt_itab. check <l_field> is assigned. ASSIGN <l_field> TO <l_table>. --...

Resolved! Creation of Routing

Hi Abap Guru,        Recently I got a requirement for Creation of Routing, for the given requirement i have found 2 Function modules.1) BAPI_ROUTING_CREATE2) ROUTING_MAINTAIN         my Probelm is while Using the BAPI_ROUTING_CREATE function module, ...

Resolved! Reading a SO file (attachment in an invoice document) and encode it as base64

Hi all,Hope to explain this clearly:we have some attachments(Service Ojects) in invoices (vf01) .Those files(PDF,DOC etc etc) must be encoded as base64 and used within an XML file.This is what i was able to do so far:identify the attached document(i....

Brunot by Explorer
  • 4794 VIEWS
  • 15 REPLIES
  • 0 Likes

Error in HTML Format

Hi Experts,                     Am tryng to send mail using cl_bcs by reading my text from SO10  but my errors is am unable to see my data in sost.....when i send mail in HTM format, if i send mail in RAW for am able to see my data in SOST....please ...

Resolved! dynamic workarea-fields

Hello everyone,this is what I want to do: I have a work-area with several fields, let's say "field1", "field2", "field3". I do have another workarea with the same structure, but diferent content. I want ty run through both work-areas dynamically and ...

Web service error

Hi,I have followed the below congfiguration to consume an external web service.but i am getting the following error.SOAP:1.032 SRT: Wrong Content-Type and empty HTTP-Body received: ("HTTP Code 302  : Found")The document SAP_BASIS, Release 701, SP Lev...

Resolved! how to select a basic data view of t-code 'mm43'in call transaction method

my program is as follows:but i am getting an error message that screen sequence could be selected......TABLES :ekko, ekpo.TYPE-POOLS: slis.DATA :BEGIN OF iekko OCCURS 0,  ebeln TYPE ekko-ebeln,  bukrs TYPE ekko-bukrs,  bstyp TYPE ekko-bstyp,  bsart T...

Labels in this area