| Back to Questions Page |
| |
| Question |
What are the input parameters to be passed to the
BAPI 'BAPI_QUOTATION_CREATEFROMDATA' |
Rank |
Answer Posted By |
|
Question Submitted By :: P.s.krishna Mohan |
| This Interview Question Asked @ SGT |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi,
for BAPI you need to Pass in the export parameter
1) Sales order Header data- this is a structure(like Doc
type,Sales Organisation,Dist. Channel,Division,Purchase
Order,Date.(mandatory)
i) and you have pass the check box field 'X' for all
these above fields.
these below tables should be passed as internal tables to
the tables parameter of the BAPI as
SOITEM , and check box for this field SOITEM_CHECK,
SOPARTNER data, SCHD line data and check box field
SCHD_CHECK text data SOTEXTDATA.  |
| Satish |
| |
| |
| Question |
what is the transaction code for creating a quotation of
sales order |
Rank |
Answer Posted By |
|
Question Submitted By :: P.s.krishna Mohan |
| This Interview Question Asked @ SGT |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | VA21  |
| Nandy |
| |
| |
| Question |
How to make changes in standard script for sales order
header data? |
Rank |
Answer Posted By |
|
Question Submitted By :: P.s.krishna Mohan |
| This Interview Question Asked @ SGT |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | by using the PERFORM statement in script we can chnage the
std Script data with out effecting the previous data  |
| Gvkreddy |
| |
| |
|
|
| |
| Answer | By using the perform statement
syntax: perform (form name) in program (program name)
using &in var&
changing 7out var&
endperform.  |
| Bandivenkateswarlu |
| |
| |
| Question |
What is the difference between ABAP memory and SAP memory? |
Rank |
Answer Posted By |
|
Question Submitted By :: P.s.krishna Mohan |
| This Interview Question Asked @ SGT |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | ABAP- memory
export and import parameters are used to utilise ABAP memory
u can move from one main session to 6 internal sessions
SAP-memory
Set and get parameters are used to utilise SAP memory
U can move from one main session to otehr in SAP  |
| Nandy |
| |
| |
|
| |
|
Back to Questions Page |