|
I want to expose the functionality of an SAP program (transaction) as a BAPI. I need to call a report and supply range filters such that the GUI is bypassed.
Does anyone have a working example of the SUBMIT ... WITH ... ABAP construct, or other suggestions...
Answer Snippets (Read the full thread at stackoverflow):
Nevertheless this might give....
Depending how the report is implemented, it may use ABAP objects it.
Just implement a RFC function module.
This functionality as a BAPI you have to wrap the functionality in a Remote Function Call (RFC) module.
|
|
I'm not going to go into details but I've been trying to apply for jobs at Comcast. I can't access my account anyway no matter which browser I use. The message that comes through is that it is an error on the SAP application. I'm trying here because I...
Started by ladygeek on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at comcast):
The ABAP call stack was:
Method: REPORT_MESSAGE of program CL_WDR_MESSAGE_MANAGER CP
Method: IF_WD_MESSAGE.
|
|
Hello all,
I'm working on a method in which I would like to perform runtime type analysis on the variable which will eventually receive the return value from the method.
Code: Select all interface zif_my_interface_mgr
public .
methods GET
importing...
Started by willtatum on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at sapfans):
After all CL_ABAP_CLASSDESCR only deals with Classes, not Interfaces....
If EXEMPLAR is bound then CL_ABAP_CLASSDESCR=>DESCRIBE_BY_OBJECT_REF should return the actual type of the underlying class.
The variable is of TYPE REF TO the interface.
|
Ask your Facebook Friends
|
HI,
We are getting error when we are running maintenance optimizer.
Urgent help is required.
Solution manager: Solman 7.1
Stack: SPS04
Error while processing your query
What has happened?
The URL call http://dcsolman01.hoshandm.loc:8000/sap/bc/webdynp...
Started by Sami Khan on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at ittoolbox):
|
|
I'm a freshly graduated (read: inexperienced) developer who's been tasked with determining the feasibility of integrating Magento with an SAP-based backend. No developer at our company has any experience working with either SAP or Magento, so I was hoping...
Started by ikarous on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of the transaction) is usually harder to achieve because BAPIs are usually transactional - one call to create the sales order....
Development in ABAP as soon as you have a wsdl you can use SoapClient in php to call your SAP backend.
|
|
Some blogs on the Internet give us several clues of what C# 4.0 would be made of. I would like to know what do you really want to see in C# 4.0.
Here are some related articles:
C# 4 tag on Jon Skeet's blog 4 features for C# 4 What do you want in C# 4 ...
Started by Romain Verdier on
, 88 posts
by 72 people.
Answer Snippets (Read the full thread at stackoverflow):
Associated with IDisposable classes through stack style semantics for reference objects on method attributes which can instruct the compiler to wrap the method call with code which runs, but the fact that a later C# variant will include....
|