Application Development and Automation 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: 
Read only

regarding the bdc

Former Member
0 Likes
503

hi,

PERFORM fill_bdc TABLES bdc

USING: 'SAPMOIGS' '1000' 'X' '' '',

'SAPMOIGS' '1000' ' ' 'ROIGS-SHNUMBER' shnumber,

" 'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '=S250',

'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '=S050',

'SAPMOIGS' '1090' 'X' '' '',

'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '/EDELE',

'SAPMOIGS' '1090' 'X' '' '',

'SAPMOIGS' '1090' 'X' '' '',

'SAPLSPO1' '0100' ' ' 'BDC_OKCODE' '=YES', here is the popup coming and iam pressing yes here

'SAPMOIGS' '1090' 'X' '' '',

'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '/SACT'.

CALL TRANSACTION 'O4F2' USING bdc MODE imode UPDATE 'S'.

please help me

thanks in advance

hi,

PERFORM fill_bdc TABLES bdc

USING: 'SAPMOIGS' '1000' 'X' '' '',

'SAPMOIGS' '1000' ' ' 'ROIGS-SHNUMBER' shnumber,

" 'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '=S250',

'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '=S050',

'SAPMOIGS' '1090' 'X' '' '',

'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '/EDELE',

'SAPMOIGS' '1090' 'X' '' '',

'SAPMOIGS' '1090' 'X' '' '',

'SAPLSPO1' '0100' ' ' 'BDC_OKCODE' '=YES', here is the popup coming and iam pressing yes here

'SAPMOIGS' '1090' 'X' '' '',

'SAPMOIGS' '1090' ' ' 'BDC_OKCODE' '/SACT'.

CALL TRANSACTION 'O4F2' USING bdc MODE imode UPDATE 'S'.

please help me

thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
465

Hi,

Dont writie Yes here. use the function code for yes button.

reward if help full.

regards

Azad.

Read only

Former Member
0 Likes
465

Hi Surya,

Goto transaction SHDB. Make a recording of your transaction. From there you will get the okcode for this "YES" button, Or you can go in debugging mode and check for the okcode and write your okcode in place of "YES".

Rewards points if helpful.

regards

Sourabh Verma