2008 Oct 03 12:41 PM
i am creating a one-screen sales-order.
can i call the BAPI_SALESORDER_CREATEFROMDAT2 bapi from within the PAI of screen 8309(Additional data b:screen exit).
thank you for your help!!
Edited by: sam007 on Oct 23, 2008 6:26 PM
2008 Oct 23 5:33 PM
what is the reason..? why you want to call the BAPI in the PAI.
BAPI inturn will call the same program. so careful about this.
2008 Oct 23 5:33 PM
what is the reason..? why you want to call the BAPI in the PAI.
BAPI inturn will call the same program. so careful about this.
2008 Oct 24 3:19 PM
Hi,
The basic requirement is this:
when the user enters the transaction VA01 for a particular sales-order type, the user wants to see only one screen with the following fields:
(1) Payer(2) salesman_responsible(3) standard discount(4) additional discounts etc..
salesman responsible, discounts etc are available in standard va01 screens as table controls, so can not access those screen-fields from the additional data b(screen-exit).
so is there a way to access fields in table control as individual screen-fields?
Thank You
2008 Oct 24 4:12 PM
you can navigate the particular screen and access them. what is the problem..in nvaigating to that particular screen. are you facing any difficulty.
2008 Oct 24 4:29 PM
hi vijay,
if u see va01 screen, i need to access the screen-field GVS_TC_DATA-REC-PARVW or GVS_TC_DATA-REC-PArtner(in partner tab in header:) so that i could insert values into them.
Screen details: SAPMV45A '4002' calls SAPLV09C '1000'.
so how do i access them?
2009 May 18 5:06 PM
2009 May 18 5:12 PM