| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|||||||
| TECHNICAL - ABAP,BASIS& NETWEAVER Discussions on ABAP,BASIS& NETWEAVER |
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Aug 2007
Age: 30
Posts: 8
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2
|
How BDCDATA works
Today my class was with BDC in ABAP
My sample program was to insert records into database from external excel file .Part of the code was: Data:ptable type table of bdcdata with header line Form Screen tables wtable structure bcddata using wprog wdynp wynb wtable-program = wprog. wtable-dynpro = wdynp. wtable-dynbegin = wynb. append wtable. clear wtable. endform call transaction se11 using ptable mode 'N' perform screen tables ptable using 'sapmsrd0' '102' 'x' My doubt is how screen navigation in BDC works ie in ptable we are just adding records through passed parameters and we are calling transaction se11 with ptable.Does it mean to say that the screen moves as per screen number in each record in ptable.se11 starts moving with first record and ends in last record screen number. So If we add a record in a table (which is of type bdcdata) and pass it to call transaction statement,all the screens in that table will be visited. Am I understanding it in correct way? Thanks in advance |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| a ,b,c can do a work in 6,8,10 days a works for 2 days. b&c for 2 | m.gayatri | Aptitude Questions | 1 | 18-11-08 10:08 PM |
| how google works | AjayKumar.Kataram | Latest Tech News & Innovations | 0 | 04-06-07 01:55 AM |
| What is OLAP? How it works with SQL ? | kiran2710 | Oracle Interview / Technical Questions | 1 | 02-05-07 08:48 PM |
| Networking - How hash function works in router | radhika_btech | Networking Interview / Technical Questions | 0 | 23-01-07 10:22 PM |
| J2EE - How does >> operator works ? | preethisingh | Java Interview / Technical Questions | 0 | 23-01-07 03:06 PM |