Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BDC for PA30 (Position Vacancy Popup)

Former Member
0 Kudos

Hi Experts,

I m developing BDC for PA30 for data upload.while running PA30 manually , popup for Position Vacancy is displayed after saving infotype 0001.But while processing the batch input in foregroung the popup is not displayed.


  perform bdc_dynpro      using 'SAPLRHOV' '0100'.
  perform bdc_field       using 'BDC_CURSOR'
                                'P1007-BEGDA'.
  perform bdc_field       using 'BDC_OKCODE'
                                '=CONT'.
  perform bdc_field       using 'P1007-BEGDA'
                                '31.12.2006'.

Popup for above mentioned code is not displayed

please help me.

Regards

Harpreet Singh

2 REPLIES 2

Former Member
0 Kudos

Hi

pop means there will be some screen will come as a pop up

so use screen operation

perform bdc_dynpro for that pop up screen

it will available in the recording

Reward if usefull

0 Kudos

Hi Naresh

Thanx for reply

I m performing bdc_dynpro for that pop up screen but when i m processing the session in foreground the popup is not getting dislplayed.

Harpreet Singh