‎2007 Apr 25 3:52 AM
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
‎2007 Apr 25 5:40 AM
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
‎2007 Apr 25 5:45 AM
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
‎2007 Apr 25 1:54 PM
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
‎2007 Apr 25 2:33 PM
USE LSMW to upload WORK Center Data,
Object 260
Method 0000
Program : RCRAPDX2
this is direct input.
Thanks
Seshu
‎2007 Apr 25 5:07 PM
Hello
Can you explain how the standard program works....
thanks
Manoj
‎2007 Apr 25 5:12 PM
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
‎2007 Apr 25 9:59 PM
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.........?
‎2007 Apr 25 10:05 PM
yes ,you can check with CR01 Transaction,some times user enhancement will make mandatory for few fields,otherwise you can blank fields.