SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

FAQ



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Batch Input (BDC), Background processing and Jobs
View previous topic :: View next topic  
Author Message
admin
Администратор
Администратор



Joined: 01 Sep 2007
Posts: 1639

PostPosted: Wed Nov 21, 2007 1:09 pm    Post subject: FAQ Reply with quote

Command for exit from debugged BDC session - /bend

SHDB - Record Transaction

Useful tables:
TBTCP - Job step overview
TBTCJSTEP - Job step overview

Function Modules
BP_FIND_JOBS_WITH_PROGRAM - Find Background Request for a Specified Program
Get spool job


CALL TRANSACTION и пропуск первого экрана при возврате

111 wrote:
Пакетники имеют преимущество. Ставим BACK для первых экранов, которые не нужно показывать при откате, и как только логика доходит до этих экранов, шаги для них подхватываются и срабатывают.
Code:
REFRESH bdcdata.
perform bdc_dynpro using 'SAPLPIC01' '0100'.
perform bdc_field using 'RM61R-MATNR' tab_detail-ld_matnr.
perform bdc_field using 'BDC_OKCODE' '/00'.

perform bdc_dynpro using 'SAPLPIC01' '0100'.
perform bdc_field using 'BDC_OKCODE' '/EBACK'.

CALL TRANSACTION 'PIC03' USING bdcdata MODE 'E'.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Batch Input (BDC), Background processing and Jobs All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.