Re: ABAP Demo project
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...
View ArticleRe: The plant data of the material
Dear Rishi, This Inbound Function Module is calling through background program RBDAP01in Production System. If I test in Quality it is posting perfectly ,but it is giving error in Production system....
View ArticleRe: Restricting data of a field(fipex) from search help
Where is this field..? In custom report/Standard where? please provide the details.. Nabheet
View ArticleRe: 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 belowAdd one field SEL of type C into your table definition and mark this as...
View ArticleRe: How to change one message from warning to error?
No i think he probably missed to explain this
View ArticleRe: How to change one message from warning to error?
If it is custom development then , lots of solutions mention aboveand if standard then you can do it by 'SPRO' - Customizing. -Avirat
View ArticleRe: BDC for LT0E stop processing after catch an error
This one: RFC_CALL_TRANSACTION_USING ?
View ArticleRe: 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...
View ArticleRe: 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.
View ArticleRe: BDC for LT0E stop processing after catch an error
It's: " System cannot find source storage bin"
View ArticleRe: How to change one message from warning to error?
It depends on owner how he ask his question.andIt depends on others how they answer the question as per their understanding. no big deal. -Avirat
View ArticleRe: 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
View ArticleRe: 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...
View ArticleRe: 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...
View ArticleRe: 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...
View ArticleRe: 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!
View ArticleRe: 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...
View ArticleFailure 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...
View ArticleDo 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...
View ArticleOpen 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
View Article