|
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.
|
|
What is SAP and ABAP. I searched and got bunch of different acronyms that don't quite make sense.
Is SAP a database engine, and is ABAP a programming language, or nothing of that nature? What are they primarily used for?
Started by Baddie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
ABAP runs within the SAP....
ABAP is the primary language in which most SAP software including customizations you an idea.
AG
And according to Wikipedia, ABAP is a programming language (short for Advanced Business, general ledger, &c).
|
|
Hello,
We recently installed NW 7.3 and then SAP Business Objects Business Intelligence 4.0. After the installation we noticed that this is a Java only stack and cannot be accessed via SAP GUI. Our actual requirement is to have the SAP Business Installation...
Started by Reena Prabhakar on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at sap):
( though to ABAP in your java....
You cannot add ABAP ( like an add-on) to already installed java stack.
SAP Business Objects BW java portal).
Is your requirement is to have a ABAP stack?
Let me share with you my info.
|
Ask your Facebook Friends
|
Our product currently spans a large number of technologies, including Java, PL/SQL, VB.Net and ABAP. We have a fairly mature source control and build system set up for all of the languages except ABAP, which is still in the stone ages. Since SAP has a...
Started by John Stauffer on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
All for the other systems....
SAP's ABAP stack is a single-development system environment.
It really doesn't fit the model.
I've never seen anyone use external source code either.
Control outside the ABAP stack of the SAP system.
|
|
Below is a code snippet that is creating object.
Form userexit_save_document_prepare. data: /bks/exitmanager type ref to /bks/exit_manager. create object /bks/exitmanager exporting main_prog = 'SAPMV45A' exit_form = 'USEREXIT_SAVE_DOCUMENT_PREPARE'. include...
Started by SteD on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're explicitly passing/exit_manager This creates....
This should (probably sets some instance variables as passed to the call).
By looking at the call stack).
These parameters, they don't have to be "calculated" at run-time (e.g .
|
|
Hi folks,
There are loads of consumer libraries for ODATA out there for a number of languages. I just wonder if there is such a thing in ABAP or planned to be made available in ABAP. I.e. I want to consume ODATA from an ABAP program (and not parse anything...
Started by Anton Wenzelhue... on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at sap):
Maybe one why do we need to....
Hi and generating ABAP proxies
The answer i got suggested a feature will be there in future releases.
So I think the ABAP stack should be able speak it also from the client side.
By SAP that I've seen.
|
|
Hi Gurus !!
I'm trying to Assign data in PR (ME5xN) as I do in PO, but I'm afraid I'm facing a wall.
Here is my requirement : when a field on an item is changed (let's say AFNAM), I have to modify field in coding block, here FISTL.
I've tried a lot of...
Started by N H on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at sap):
Ld_method....
" getter method CALL METHOD lo_obj_2->(ld_method) IMPORTING ex_cobl = lt' MODIFY lt_cobl FROM ls_cobl INDEX 1.
Days ago, I put some coding earlier on in the stack using an enhancement before the call_method = 'GET_COBL' .
|
|
Hi Experts,
//sorry for my english ;(
Our ABAP Development leader forced us to use FREE ABAP Keyword on Local internal table like below situation.
and I really don't get it.
-below-
FORM GET_DATA.
DATA: LT_ITAB TYPE TABLE OF SFLIGHT.
..
..
..
SELECT *...
Started by Tae-Hwan Shin on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at sap):
When the unit ends, it is removed from stack hence all it's data are removed from the memory (heap you read ABAP help?
From....
This means memory for all its local data are allocated on heap .
It is placed on top of call stack .
|
|
Hi All,
I am facing below issue in opening webdynpro abap application, this is first WDA application in production system, please help me in resolving this issue.
Error when processing your request
What has happened?
The URL http://grp.mysap.pg.com:95...
Started by brahmanandam au... on
, 8 posts
by 7 people.
Answer Snippets (Read the full thread at sap):
Hi,
When ever you....
Regards,
S.Rajkumar.
Check with your BASIS on this Issue.
The error is from ICM.
Hello,
The following error doesn't seems to be coming from Webdynpro Application .
HI,
Search in the Forum for notes specific for activating sicf services .
|
|
Hello,
I need to install the SAP BPC 7.5 for Netweaver add-on.
The party ABAP server will be installed on a Netweaver 7.0 SP6 EhP1.
The .NET application/web server will in turn installed on a Windows 2008 server.
The last level of SP Stack available for...
Started by Chris DURECU on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at sap):
Regards
Chris Hi,
is there any link between SP Stack of the Netweaver 7.01 and the SP Stack of the BPC component?
With a Netweaver 7.0 EhP1 SP Stack 06, do I have to install BPC Server only with SP 06.
|