If you are doing it for learning purpose then try to include all the basic features , like module pool, report, sap script, smartforms etc..& for topics as Chandra says follow any website..like Store management, Banking, Car pooling, Any ticket booking (football match,cricket match, movie)
Re: ABAP Demo project
Re: The plant data of the material
Dear Rishi,
This Inbound Function Module is calling through background program RBDAP01
in Production System.
If I test in Quality it is posting perfectly ,but it is giving error in Production system.
Scenario is
1. User is placing a file with number of records in PI interface.
2.Each record will generate an IDOC , then it will get posted through BAPI to SAP one by one.
3.While posting, through back ground we are getting this locking errors. locked by P10BATCH.....
the same error we are getting for few records and the remaining are getting posted successful.
Please suggest me,
Sridhar Reddy.
Re: Restricting data of a field(fipex) from search help
Where is this field..? In custom report/Standard where? please provide the details..
Nabheet
Re: INDEX IN ALV_GRID
Hi Rajendra,
I think you have to set the selection of rows through your program.
You can achieve your requirement as below
- Add one field SEL of type C into your table definition and mark this as selection column
- On action of CHECK_BOX, you can get the index of row selected and set SEL value to 'X'
- Now, Only the selected rows are highlighted
Regards,
Rama
Re: How to change one message from warning to error?
No i think he probably missed to explain this
Re: How to change one message from warning to error?
If it is custom development then , lots of solutions mention above
and if standard then you can do it by 'SPRO' - Customizing.
-Avirat
Re: BDC for LT0E stop processing after catch an error
This one: RFC_CALL_TRANSACTION_USING ?
Re: BDC for LT0E stop processing after catch an error
This one: RFC_CALL_TRANSACTION_USING ?
It's: " System cannot find source storage bin", after I get that error message, then the BDC stop processing the rest code and change the display to another screen (something like LT01)...
Re: How to change one message from warning to error?
Just kidding . To get meaningful answers, the question compiled should have been well thought of and written.
Re: BDC for LT0E stop processing after catch an error
It's: " System cannot find source storage bin"
Re: How to change one message from warning to error?
It depends on owner how he ask his question.
and
It depends on others how they answer the question as per their understanding.
no big deal.
-Avirat
Re: RegEx for JAN14-DEC14
Hi Mario
I tried this in DEMO_REGEX program and it works
[a-z]{3}[0-9]{2}-[a-z]{3}[0-9]{2}
Nabheet
Re: RegEx for JAN14-DEC14
Hi Mario
i suggest using this regex
[a-zA-Z]{3}[0-9]{2}-[a-zA-Z]{3}[0-9]{2}
this will find jan14-DEZ14 as well. Or both written in lower case. If you are sure, that you only use upper case charactes you can go with this one:
[A-Z]{3}[0-9]{2}-[A-Z]{3}[0-9]{2}
Re: BDC Not working in Background
Hi Kamesh,
Thanks for the reply,...
We are trying to remove the BDC and use BAPI for this issue.
I will keep this thread updated once we gwt any solution.
But if anyone finds any other solution kindly share it.
Thanks..
Re: MIRO: Calculate Exchange rate on Translation Date
Hi,
You need to check the BADI, or try to find the implicit enhancement at PBO ..before transferring the data to the screen.
you use the normal logic LOOP AT screen field for disable based on the conditions.
Re: custom data get cleared from database when po is released from me29n
Hi,
The two transactions are identical with some minor changes! I guess check the implementation again!
Re: Objects that are locked in multiple transports
SAP will not let you create a transport request for which an object is already locked and owned in a non-released request by another user so there is no need to worry about multiple versions residing in multiple unreleased transport requests. A warning will be received about creating a new task in an already created request.
As for searching for the request an object resides in. Use SAP transaction SE03->Search for Objects in Requests/Tasks. Be sure to select or un select "released" and/or "Modifiable" depending on your search requirements. There is a lot of search criteria from which you can choose from to find the request(s) tied into a particular development environment. For example, a z* will bring up the customer namespace development requests that have not been released or released depending on how you execute your search.
Also, please note the transport environment and the order released transport requests are imported. It is possible to modify an object that has been released already but not imported, in which case the subsequent transport will overwrite the changes carried by the prior one which has not been imported.
Regards,
James
Failure Mail Alert
Hi ,
As part of mail automation i am selecting status of the process chains from RSPCPROCESSLOG table.In the select am putting a condition to ignore active,planned,finished status jobs,which of course left is failed ones.I am able to do that.But now the problem is if am doing a repeat for process chain which in turn will create a new entry as active in the table.But unfortunately failed entry will exist in the table,which in turn is creating a wrong mail alert.h
We can see status of the process chain as 'A' as well as 'X'.i want to ignore those conditions where chain with failed and active status is there.
Do I have to embed File_get_name in a process code?
Folks
I am new to SAP EDI. I learned about EDI in bits and pieces. Can some body please explain following things:
1. Where does SAP store the newly received EDI messages?
2. I know File_get_name converts a logical file name into physical file name and stores it in physical directory but how does it know which file to choose for it and how it is called? Is it called as an independent program or is it embedded in the process code?
Thanks in advance.
Sunny
Open Source Project
Hello Guys, I am looking for Open Source Projects if they know of to indicate to me Some would be grateful ...
Sincerely.:
Yago Ribeiro de Oliveira