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

BDC for QS41 : edit Catalog

Former Member
0 Likes
564

Hi, I want to create BDC for QS41 : edit Catalog, Can anybody suggest me with coding ...

Thanks

naresh

Hi, I want to create BDC for QS41 : edit Catalog, Can anybody suggest me with coding ...

Thanks

naresh

2 REPLIES 2
Read only

Former Member
0 Likes
482

hi,

QS41 Maintain catalog QS42 Display catalog QS43 Maintain catalog

see this link.it may help u.

help.sap.com/bp_pharmav1600/Pharma_US/Documentation/P50_BPP_EN_US.doc

thanks

karthik

Read only

Former Member
0 Likes
482

Hi,

1) GO to TCODE SHDB:

2) Create new recording and give a name for that and enter the tcode QS41.

3) Perform the transaction with values.

4) Once the recording is completed save and come back.

5)Now select the recording and click on PROGRAM button, give the necessary values. select the option TRANSFER FROM RECORDING.

6) This creates a program with the values entered during the recording.

7) now create an internal table and workareas with the fields to be passed to the transaction.

😎 replace the recording values with the workarea values.

otherwise to get the structure of the internaltables etc instead of selecting the radiobutton TRANSFER FROM FILE, select READ FROM FILE.

Hope this gives an idea.

Thanks and regards