Re: Trigger error message in SRM Backend PO
Hi, Athreya.Thanks for your reply. BADI BBP_CREATE_BE_PO_NEW would be usefull if it wasn't the fact that it doesn't have a message error table as a parameter. At the moment I could manage to display...
View ArticleRe: Searchhelp for timestamp field
Hi, I don't remember, but I think it is something like this: parameters : p_ts type timestamp MATCHCODE OBJECT CPE_TIMESTAMP.
View ArticleRe: values not populating thru Matchcode Object
Hello priya, have you mentioned the displayed values field(whic you select after pressing F4) in search help as EXPORT parameter???? ThanksSabyasachi
View ArticleRe: Contract fields
I was looking for vendor contracts, so I have used EKKO table with document category = K, which are contracts. Thanks!
View ArticleVendor Invoice hold
Hi All, I need to capture history of blocks on an invoice? Field BSIK-ZLSPR gives only the latest hold. Is there a way to capture history of holds? Can table CDHDR be useful? If so, how I can get...
View ArticleWhat programming language to learn after ABAP?
Hi All, Well I am kind of getting bored with ABAP / Workflow ! I was wondering what programming language should I learn to keep myself busy. What I am looking for is something new (it can be a an...
View ArticleGlobal Object Attribute local type
I created a local type in the class. Loc. Definitions/Implementationstypes: BEGIN OF ty_escal, level TYPE i, urg(4) TYPE n, high(4) TYPE n, med(4) TYPE n, low(4)...
View Articlecalculate key figure in table with loop
I am stuck in a logic problem andI have delivery tomorrow.I have four columns, one keyfig.I want to apply the following formula for account.A4000 = A3000 - A2000 - A1000.The number of costcentre and...
View ArticleNot Possible to Add and Change Reservation at the same time
Good Day Gurus, I'm currently developing a web based material reservation (mb21/mb22) . I'm using both bapi's of MB_RESERVATION_CHANGE_INTERNAL and BAPI_RESERVATION_CHANGE...
View ArticleGet Material and batch of a specific classification
Hi all, I'm creating a delta extractor for Material and related batch and plant. When I modify a classification from MSC2N transaction on CDHDR/CDPOS I can't find information about...
View ArticleBAPI_PBSRVAPS_GETDETAIL2 Usage in ECC ?
Hi Experts, I have a requirement in ABAP to read the planning book data from APO System.and for which i am using BAPI - BAPI_PBSRVAPS_GETDETAIL2 .Can you please provide me some sample code to use BAPI...
View ArticleRe: BAPI_PBSRVAPS_GETDETAIL2 Usage in ECC ?
Hello.I found this post with the parameters of the FM, very clear to understand it. http://www.e-abap.net/?document_srl=23059 Regards
View ArticleRe: Open dataset with Windows linefeed in 4.6C
Thanx Christian,Thanx Gaurab, Yours answers have been very valuable. In fact I have inserted following code in my dev : constants: gc_tab type x value '09', " TABulation gc_lf(1)...
View ArticleRe: Migrate History / CDHDR & CDPOS
Hi Micky, How did you solve your issue? I'm trying to migrate some BP modification data, too. Thanks, Cristian
View ArticleReceiver port come as Blank for EDI inbound
Hi All , While receiving inbound idocs from MQ series receiver port information is coming as blank. I have created partner profile with partner type 'LI' and partner no 'A2532' and inbound parameter...
View ArticleRe: BAPI error: X is not allowed for LOGIC_SWITCH-PRICING
Solved myself. For future use, posting solution which i found. Because of 'CONSTANTS: possible_pricing(4) VALUE' BCG'. in the include LZ_FG_V45ATOP, getting an error from the below code, * if...
View ArticleRe: How to balance multiple currencies? Is there FI/CO function module for this?
Hi Luka, Can you please elaborate what you meant by "Balance multiple currencies"?
View ArticleRe: internal table max,min for particular value
Hi Karthik, I don't think it is possible without using loops(do, loop, while etc.). If you get something, do share the solution
View ArticleRe: Receiver port come as Blank for EDI inbound
You could enhance the function module responsible for the Inbound processing so that when the port is blank, you set a value to it. See the attached link for details. Notice that the function module...
View Article