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

using standard program

Former Member
0 Likes
1,156

hello guys

can you explain me to hoe to use the standard sap program

for example i need to update the work center detail... for that standard program avilable RCRAPDX2....

please let me know i it works................

can we used the bdc in place of standard program...

what is the difference in both the method...

thanks

Manoj

8 REPLIES 8
Read only

Former Member
0 Likes
1,041

hi,

if you use BDC ,you have to do either recording or normal Session or call transaction logic.

For this you need to know there tcode and screen numbers and screen fields.

but for standard programs no need to have idea about screens add fields.

You can directly upload data using Standard programs

Read only

Former Member
0 Likes
1,041

hi ,

Using a standard program is more robust , as BDC recording can give erratic results during SAP upgrade .

Prefer using the standard program rather than custom development as it makes work faster .

Thanks

Soumyadip

Read only

0 Likes
1,041

Hello

Please elobrate the step while using the standard program to upload...

What are the things need to take care. can you please explain the step for that how to use it...\

Thanks for your help

Manish

Read only

Former Member
0 Likes
1,041

USE LSMW to upload WORK Center Data,

Object 260

Method 0000

Program : RCRAPDX2

this is direct input.

Thanks

Seshu

Read only

0 Likes
1,041

Hello

Can you explain how the standard program works....

thanks

Manoj

Read only

0 Likes
1,041

It will upload the data into Work Center Transaction CR01 and Related tables like CRHD Table.

Note : if you have custom fields in Work center transaction,then do not use standard.

Something like you will have header data and item records like Capcity and costing.

I done same thing like i got two files one is for header and second one item.

then i will combine both files into one file ms software then uploaded.

Reward Points if it is helpful.

Thanks

Seshu

Read only

0 Likes
1,041

Hello sheshu.

Thanks for the reply i rewarded the point for the same ...

the only thing which need information is while updating the workcenter.

in few tab will not want to update .. only certain field need to be update..

in this case will pass the blank value.........?

Read only

0 Likes
1,041

yes ,you can check with CR01 Transaction,some times user enhancement will make mandatory for few fields,otherwise you can blank fields.