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

Former Member
0 Likes
528

Hi,

Can we do BDC for Executable programs(SAPRCK50) ???

If no,please give reasons.

Thanks.

Regards

s.anilkumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

Hi

BDC .. Batch Data Recording.. where do you have batch data in this program???

In general we will use BDC for tcodes which are having multiple screens and flow is dependent on data.

That to for data uploading.

This program is alraedy existing and ready to use.. then wht's the need for BDC. also how to you do BDC for this...

3 REPLIES 3
Read only

Former Member
0 Likes
492

Hi

BDC .. Batch Data Recording.. where do you have batch data in this program???

In general we will use BDC for tcodes which are having multiple screens and flow is dependent on data.

That to for data uploading.

This program is alraedy existing and ready to use.. then wht's the need for BDC. also how to you do BDC for this...

Read only

0 Likes
491

Hi,

I have query related to your reply.This system program is CKMATSEL ( create selection list) transaction.This transaction is for creating Selection list.

The selection list tells the costing run what Company/Materialtype/Procurement type in scope.The combination of companycode and running sequence (eg:

a,b,c,d,e,f...) forms the key of selection list(screen field).

The program must create selection list if it doesnt exists.

This approach ensures the selection lists are available for each costing run.

I will get values for companycode,materialtype,procurement type from some table s based on some conditions. now i have prepared data ,so that i can populate

screen fields in CKMATSEL transaction. This transaction will run for N number of company codies for each sequence so that i can make sure costing run is available for all company codies.

So BDC is required.

please revert back if anything is not clear.

still in confusion where CKMATSEL has Flexibility to handle BDC ???

Read only

0 Likes
491

Hi anil,

According to OSS note #314528, CK40N was not designed to run in batch input. It suggests using CK41 or CK42 instead.

Regards